Skip to content

Commit f135c82

Browse files
chore(ci): increase timeout for docker container to come online
Have been seeing timeout issues more and more. Increase timeout from 200 seconds to 300 seconds (5 minutes).
1 parent f0ac3cd commit f135c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def gitlab_config(check_is_alive, docker_ip, docker_services, temp_dir, fixture_
193193

194194
logging.info("Waiting for GitLab container to become ready.")
195195
docker_services.wait_until_responsive(
196-
timeout=200, pause=10, check=lambda: check_is_alive("gitlab-test")
196+
timeout=300, pause=10, check=lambda: check_is_alive("gitlab-test")
197197
)
198198
logging.info("GitLab container is now ready.")
199199

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy