Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration: Speed up TestRestartLeader
I should have noticed before merging it, but unfortunately TestRestartLeader roughly doubles the time it takes to run integration tests. These changes take it from about 50s to 15s for me: - Don't wait for the leader's agent to get marked as DOWN, as this takes a long time. - Lower the number of workers and managers. In principle, the test doesn't need a high number of workers, since the workers are completely independent. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
- Loading branch information