diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-01-08 20:45:08 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-01-08 20:45:08 +0100 |
commit | 7077a5ff7a80a0c36525e027ec1e58680d008a50 (patch) | |
tree | 50dcd67bd039cebb93339ca3ddd65e9f37b73e78 /tests/functional | |
parent | 776447a9c03d969928b8fb124738969ebf265ca0 (diff) |
[test] enlarge the functional test timeout
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/features/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |