Increase xdist worker startup timeout (#23059)

This commit is contained in:
Jeremy Bowman
2020-02-10 09:25:00 -05:00
committed by GitHub
parent 76a7d40065
commit eea83cde4d

View File

@@ -29,7 +29,7 @@ class PytestWorkerManager():
"""
Responsible for spinning up and terminating EC2 workers to be used with pytest-xdist
"""
WORKER_BOOTUP_TIMEOUT_MINUTES = 5
WORKER_BOOTUP_TIMEOUT_MINUTES = 10
WORKER_SSH_ATTEMPTS = 10
MAX_RUN_WORKER_RETRIES = 7