Skip to content
Snippets Groups Projects
Commit c5079465 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

increase timeout

parent b776ec4d
No related branches found
Tags v0.5.0
No related merge requests found
......@@ -140,7 +140,7 @@ class JupyterHub:
'Authorization': f'token {self.api_token}'
},
stream=True,
timeout=20)
timeout=60)
for raw_line in r.iter_lines():
if raw_line:
......
......@@ -115,7 +115,7 @@ def main():
},
fingerprint=chisel_fingerprint)
if not chisel.connected.wait(timeout=5):
if not chisel.connected.wait(timeout=10):
raise Exception('Failed to connect to chisel server')
# Start jupyterhub-singleuser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment