diff options
author | Kali Kaneko <kali@leap.se> | 2017-08-29 00:51:39 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-08-30 16:18:57 -0400 |
commit | 7cdb807f2ceb8be757ecf14acc60beef4fc9b699 (patch) | |
tree | bc1315bdff0fb5210cde0d03d38b4e4f311d9627 /tests/functional/features/environment.py | |
parent | ec3c4a21b24afac389a10bdbbb9ac36acd2a6ffb (diff) |
[tests] reuse tox virtualenv for e2e/functional
Diffstat (limited to 'tests/functional/features/environment.py')
-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 be7404c0..a7f65dd0 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 = 10 +DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 20 HOME_PATH = os.path.abspath('./tmp/bitmask-test') VIRTUALENV = 'virtualenv' |