Skip to content
Snippets Groups Projects
Commit c2558f7e authored by Dung Vu's avatar Dung Vu
Browse files

Edit my_spawner.py

parent 0efe09c1
No related branches found
No related tags found
No related merge requests found
Pipeline #58083 passed
......@@ -309,3 +309,7 @@ class MySpawner(KubeSpawner):
]
c.JupyterHub.spawner_class = MySpawner
# jupyterhub_config.py
c.Spawner.start_timeout = 60 # Increase spawn timeout to 60 seconds
c.Spawner.http_timeout = 60 # Increase HTTP check timeout to 60 seconds
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment