From 990bb5b4c35e706c6e041e3358c6e2434625b927 Mon Sep 17 00:00:00 2001 From: Alexander Tiunov Date: Fri, 14 Apr 2017 00:52:07 +0300 Subject: [PATCH] increase timeout in tests --- build_tools/frontend_test_normal_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/frontend_test_normal_config.py b/build_tools/frontend_test_normal_config.py index 7684372..6a1a2cc 100644 --- a/build_tools/frontend_test_normal_config.py +++ b/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