Skip to content

Commit

Permalink
Extend maxtime for backend connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Jan 19, 2024
1 parent d34272c commit 77c2188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scitacean/testing/backend/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _backend_docker_up(target_dir: Path) -> None:
configure(docker_compose_file)
docker.docker_compose_up(docker_compose_file)
log.info("Waiting for SciCat docker to become accessible")
wait_until_backend_is_live(max_time=60, n_tries=40)
wait_until_backend_is_live(max_time=120, n_tries=40)
log.info("Successfully connected to SciCat backend")


Expand Down

0 comments on commit 77c2188

Please sign in to comment.