Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup test_worker_doesnt_await_task_completion (#5979)
This test was designed to verify that we don't wait for a 100s sleep call to finish before terminating the workers. However the time provided, 5s, is about what it takes to restart anyway. We now extend this time to 20s, which is safely below 100s, and also safely above the worker start time. In the future we should figure out why it's taking us 5s to start up. This is drifting upwards
- Loading branch information