summaryrefslogtreecommitdiff
path: root/tests/functional/features/environment.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-21 10:58:40 -0400
committerKali Kaneko <kali@leap.se>2017-08-21 10:58:40 -0400
commit5c3c66a26a8abc967a4ebb7ab9475df9241d1356 (patch)
tree2137f235e7bb58fe54e081ae80b1836102b72a16 /tests/functional/features/environment.py
parent3b999adfc1f98c13833038bd9b2e2893c491958f (diff)
increase timeoutcheck_vpn_egress
Diffstat (limited to 'tests/functional/features/environment.py')
-rw-r--r--tests/functional/features/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/features/environment.py b/tests/functional/features/environment.py
index 5b179cd5..70a52cd3 100644
--- a/tests/functional/features/environment.py
+++ b/tests/functional/features/environment.py
@@ -9,7 +9,7 @@ from selenium import webdriver
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 = 30
HOME_PATH = os.path.abspath('./tmp/bitmask-test')
VIRTUALENV = 'virtualenv'