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)