Skip to content

Commit

Permalink
chage timeout for docker up
Browse files Browse the repository at this point in the history
  • Loading branch information
majensen committed Oct 11, 2024
1 parent 20513e3 commit 08eed10
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 @@ -25,7 +25,7 @@ def bento_neo4j(docker_services, docker_ip):
http_url = "http://{}:{}".format(docker_ip, http_port)
sleep(wait)
docker_services.wait_until_responsive(
timeout=5.0, pause=1.0, check=lambda: is_responsive(http_url)
timeout=15.0, pause=1.0, check=lambda: is_responsive(http_url)
)
return (bolt_url, http_url)

Expand Down

0 comments on commit 08eed10

Please sign in to comment.