From cd6edbf11551ac9165bab6e8d043a80621994671 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 15 Aug 2017 19:42:05 -0400 Subject: [tests] increase timeout --- tests/functional/features/steps/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional') 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 -- cgit v1.2.3