Skip to content

Commit

Permalink
Increase sleep for healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jan 1, 2023
1 parent 2a1cd45 commit c9ac681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base-notebook/test_healthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def test_health(container: TrackedContainer) -> None:
tty=True,
)
# sleeping some time to let the server start
time.sleep(10)
time.sleep(15)
assert get_health(running_container) == "healthy"

0 comments on commit c9ac681

Please sign in to comment.