Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix request timeout in HeapAttack tests (elastic#104336)
I noticed we're using 5 minutes for both query timeout and triggering the out-of-memory action in heap attack tests. This means when we're generating the heap dump, and some ESQL tasks might get canceled because the connection was disconnected. This PR increases the query timeout to 6 minutes instead.
- Loading branch information