Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
majensen committed Oct 11, 2024
1 parent 1c9ed2f commit 7956b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def mdb_versioned(docker_services, docker_ip):
http_url = "http://{}:{}".format(docker_ip, http_port)
sleep(wait)
docker_services.wait_until_responsive(
timeout=30.0, pause=0.5, check=lambda: is_responsive(http_url)
timeout=60.0, pause=1.0, check=lambda: is_responsive(http_url)
)
return (bolt_url, http_url)

Expand Down

0 comments on commit 7956b4c

Please sign in to comment.