Skip to content

Commit

Permalink
Increase timeout for notebook tests
Browse files Browse the repository at this point in the history
to wait for socket access
[run-notebook-tests]
  • Loading branch information
ckunki committed Mar 27, 2024
1 parent 8d01f6b commit 620f937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/docker/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def wait_for_socket_access(
wait_for(
container,
f"entrypoint.py: Enabled access to {DOCKER_SOCKET_CONTAINER}",
timeout,
)


Expand Down

0 comments on commit 620f937

Please sign in to comment.