Skip to content

Commit

Permalink
Increase wait time for entrypoint fixing the docker socket permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Mar 7, 2024
1 parent a51b2a8 commit 30dbb3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def notebook_test_container(request, notebook_test_image):

@pytest.fixture()
def notebook_test_container_with_log(notebook_test_container):
time.sleep(2) # wait that the entrypoint changed the permissions of the docker socket
time.sleep(10) # wait that the entrypoint changed the permissions of the docker socket
print()
print("Container Logs:")
print(notebook_test_container.logs().decode("utf-8"), flush=True)
Expand Down

0 comments on commit 30dbb3c

Please sign in to comment.