Skip to content

Commit

Permalink
Wait longer for jupyter_server to be up
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 26, 2024
1 parent 4053c4d commit a841275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def jupyter_server(random_port):
proc = subprocess.Popen(c, env=env)

# Should healthcheck instead but HEY
time.sleep(1)
time.sleep(10)

yield (random_port, token, authorized_keys_path)

Expand Down

0 comments on commit a841275

Please sign in to comment.