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 fb01a7f2ceb..a0f3fc0be7e 100644 --- a/test/integration/targets/ansible-galaxy-collection/library/setup_collections.py +++ b/test/integration/targets/ansible-galaxy-collection/library/setup_collections.py @@ -90,7 +90,7 @@ from multiprocessing import dummy as threading from multiprocessing import TimeoutError, Lock -COLLECTIONS_BUILD_AND_PUBLISH_TIMEOUT = 180 +COLLECTIONS_BUILD_AND_PUBLISH_TIMEOUT = 300 LOCK = Lock()