From 5c3c66a26a8abc967a4ebb7ab9475df9241d1356 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 21 Aug 2017 10:58:40 -0400 Subject: increase timeout --- tests/functional/features/steps/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/features/steps') diff --git a/tests/functional/features/steps/common.py b/tests/functional/features/steps/common.py index d214af05..a92cd78e 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 = 20 +TIMEOUT_IN_S = 30 DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 10 -- cgit v1.2.3