Reduce sleep timeouts in tests

This commit is contained in:
Ayaz Salikhov
2022-07-17 13:20:54 +04:00
parent 16724fb118
commit 6e62efb398
2 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ def test_start_notebook(
ports={"8888/tcp": host_port},
)
# sleeping some time to let the server start
time.sleep(3)
time.sleep(1)
logs = running_container.logs().decode("utf-8")
LOGGER.debug(logs)
# checking that the expected command is launched