Increase xdist worker startup timeout (#23059)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user