summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-08-02 19:43:21 +0200
committerGitHub <noreply@github.com>2023-08-02 19:43:21 +0200
commitd1cd06073fd0ea31a59637c13682632d13da83ca (patch)
treedb38584d16862698c681b5789bbffa04ae45cb67 /test
parentRemove unused sanity test code (#81398) (diff)
downloadansible-d1cd06073fd0ea31a59637c13682632d13da83ca.tar.xz
ansible-d1cd06073fd0ea31a59637c13682632d13da83ca.zip
Extend setup_collections timeout to 3 minutes (#81408)
Diffstat (limited to 'test')
-rw-r--r--test/integration/targets/ansible-galaxy-collection/library/setup_collections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/ansible-galaxy-collection/library/setup_collections.py b/test/integration/targets/ansible-galaxy-collection/library/setup_collections.py
index d5083ad2fe..7a40c5f605 100644
--- a/test/integration/targets/ansible-galaxy-collection/library/setup_collections.py
+++ b/test/integration/targets/ansible-galaxy-collection/library/setup_collections.py
@@ -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):