SwarmSpawner
SwarmSpawner copied to clipboard
start_timeout and http_timeout ignored
I have set up c.SwarmSpawner.start_timeout=60
and c.SwarmSpawner.http_timeout=60
in jupyterhub_config.py
, but it keeps timing out at 10 s. I could not see in the code that it overwrites the value from Spawner
class. Is it not yet implemented?