Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase timeout when scaling cluster in test
Increase `TestMinWorkerRequirement.testMultipleRequiredWorkerNodesSessionOverride` timeout, hopefully fixing its flakiness. Before the changes, running the test with `@Test(invocationCount = 20, threadPoolSize = 4)` would pretty deterministically reproduce the failure locally (with first 4 runs failing, other succeeding). It is up to future investigation to understand why it sometimes takes more time to register new worker node.
- Loading branch information