Permalink
Browse files
increase timeout in tests
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
build_tools/frontend_test_normal_config.py
|
|
@@ -2,5 +2,5 @@ |
|
|
load_subconfig('etc/base_config.py')
|
|
|
|
|
|
c.JupyterHub.authenticator_class = 'everware.DummyTokenAuthenticator'
|
|
|
-c.Spawner.start_timeout = 50
|
|
|
+c.Spawner.start_timeout = 120
|
|
|
c.Spawner.http_timeout = 120 # docker sometimes doesn't show up for a while
|
0 comments on commit
990bb5b