Skip to content

Commit

Permalink
revert some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
majensen committed Oct 14, 2024
1 parent e07e5ce commit 275fa73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def mdb_versioned(docker_services, docker_ip):
http_url = "http://{}:{}".format(docker_ip, http_port)
sleep(wait)
docker_services.wait_until_responsive(
timeout=60.0, pause=1.0, check=lambda: is_responsive(http_url)
timeout=30.0, pause=1.0, check=lambda: is_responsive(http_url)
)
return (bolt_url, http_url)

Expand Down
2 changes: 1 addition & 1 deletion python/tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
mdb-versioned:
image: 'maj1/mdb-test-versioned:latest'
image: 'maj1/mdb-test-versioned'
ports:
- "7474"
- "7473"
Expand Down

0 comments on commit 275fa73

Please sign in to comment.