Extend setup_collections timeout to 3 minutes (#81408)

pull/81418/head
Matt Martz 1 year ago committed by GitHub
parent b9daa6891f
commit d1cd06073f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,7 @@ from multiprocessing import dummy as threading
from multiprocessing import TimeoutError
COLLECTIONS_BUILD_AND_PUBLISH_TIMEOUT = 120
COLLECTIONS_BUILD_AND_PUBLISH_TIMEOUT = 180
def publish_collection(module, collection):

Loading…
Cancel
Save