diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-12-01 16:08:22 -0200 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-12-01 16:08:22 -0200 |
commit | e4fd5581c91e97940fe893eda42a8f200d1e8d22 (patch) | |
tree | 525ad734f553885c15f005bd6b6956f250c7ead4 /service | |
parent | ae32177eae55df41c91b83119c6beec91daa9e23 (diff) |
Increase interstitial timeout
We need a bigger timeout in order to test remotely
See: https://github.com/pixelated/project-issues/issues/381
Diffstat (limited to 'service')
-rw-r--r-- | service/test/functional/features/steps/login.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |