From 7077a5ff7a80a0c36525e027ec1e58680d008a50 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 8 Jan 2018 20:45:08 +0100 Subject: [test] enlarge the functional test timeout --- tests/functional/features/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/functional/features/environment.py b/tests/functional/features/environment.py index a7f65dd0..b5c21f6b 100644 --- a/tests/functional/features/environment.py +++ b/tests/functional/features/environment.py @@ -11,7 +11,7 @@ from selenium.webdriver.chrome.options import Options from leap.common.config import get_path_prefix -DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 20 +DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 60 HOME_PATH = os.path.abspath('./tmp/bitmask-test') VIRTUALENV = 'virtualenv' -- cgit v1.2.3