From e4fd5581c91e97940fe893eda42a8f200d1e8d22 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Thu, 1 Dec 2016 16:08:22 -0200 Subject: Increase interstitial timeout We need a bigger timeout in order to test remotely See: https://github.com/pixelated/project-issues/issues/381 --- service/test/functional/features/steps/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/functional') diff --git a/service/test/functional/features/steps/login.py b/service/test/functional/features/steps/login.py index 367228f8..b5e88608 100644 --- a/service/test/functional/features/steps/login.py +++ b/service/test/functional/features/steps/login.py @@ -46,7 +46,7 @@ def step_impl(context): def _wait_for_interstitial_to_reload(): - time.sleep(6) + time.sleep(10) @when(u'I logout') -- cgit v1.2.3