Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2070d5f

Browse files
committed
chore: increase timeout for docker spinup
1 parent7b5a282 commit2070d5f

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)

[8]ページ先頭

©2009-2025 Movatter.jp