Permalink
Browse files

increase timeout in tests

  • Loading branch information...
1 parent 7e92838 commit 990bb5b4c35e706c6e041e3358c6e2434625b927 @astiunov astiunov committed Apr 13, 2017
Showing with 1 addition and 1 deletion.
  1. +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

Please sign in to comment.