summaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-15 19:42:05 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:44 -0400
commitcd6edbf11551ac9165bab6e8d043a80621994671 (patch)
treea5ab7e53148b748442d5987b48ead1a49850d9e2 /tests/functional
parent300a9b08c07fcd51cc0cf0c4cbd8c3738d6dbdb4 (diff)
[tests] increase timeout
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/features/steps/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/features/steps/common.py b/tests/functional/features/steps/common.py
index 91858f85..d214af05 100644
--- a/tests/functional/features/steps/common.py
+++ b/tests/functional/features/steps/common.py
@@ -7,7 +7,7 @@ from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.wait import WebDriverWait
-TIMEOUT_IN_S = 10
+TIMEOUT_IN_S = 20
DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 10