Skip to content

Commit 2070d5f

Browse files
committed
chore: increase timeout for docker spinup
1 parent 7b5a282 commit 2070d5f

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
@@ -164,7 +164,7 @@ def gitlab_config(check_is_alive, docker_ip, docker_services, temp_dir, fixture_
164164
start_time = time.perf_counter()
165165
logging.info("Waiting for GitLab container to become ready.")
166166
docker_services.wait_until_responsive(
167-
timeout=300,
167+
timeout=360,
168168
pause=10,
169169
check=lambda: check_is_alive("gitlab-test", start_time=start_time),
170170
)

0 commit comments

Comments
 (0)