summaryrefslogtreecommitdiff
path: root/service/test/functional
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-12-01 16:08:22 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-12-01 16:08:22 -0200
commite4fd5581c91e97940fe893eda42a8f200d1e8d22 (patch)
tree525ad734f553885c15f005bd6b6956f250c7ead4 /service/test/functional
parentae32177eae55df41c91b83119c6beec91daa9e23 (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/test/functional')
-rw-r--r--service/test/functional/features/steps/login.py2
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')