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

Edit my_spawner.py

parent c2558f7e
No related branches found
No related tags found
No related merge requests found
Pipeline #58085 passed
...@@ -310,6 +310,6 @@ class MySpawner(KubeSpawner): ...@@ -310,6 +310,6 @@ class MySpawner(KubeSpawner):
c.JupyterHub.spawner_class = MySpawner c.JupyterHub.spawner_class = MySpawner
# jupyterhub_config.py # jupyterhub_config.py
c.Spawner.start_timeout = 60 # Increase spawn timeout to 60 seconds c.Spawner.start_timeout = 300 # Increase spawn timeout to 60 seconds
c.Spawner.http_timeout = 60 # Increase HTTP check timeout to 60 seconds c.Spawner.http_timeout = 300 # 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