summaryrefslogtreecommitdiff
path: root/tests/functional/features/steps/common.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-29 00:51:39 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:57 -0400
commit7cdb807f2ceb8be757ecf14acc60beef4fc9b699 (patch)
treebc1315bdff0fb5210cde0d03d38b4e4f311d9627 /tests/functional/features/steps/common.py
parentec3c4a21b24afac389a10bdbbb9ac36acd2a6ffb (diff)
[tests] reuse tox virtualenv for e2e/functional
Diffstat (limited to 'tests/functional/features/steps/common.py')
-rw-r--r--tests/functional/features/steps/common.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/functional/features/steps/common.py b/tests/functional/features/steps/common.py
index d214af05..749b65f2 100644
--- a/tests/functional/features/steps/common.py
+++ b/tests/functional/features/steps/common.py
@@ -7,9 +7,8 @@ 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
-
-DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 10
+TIMEOUT_IN_S = 30
+DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 20
def wait_until_element_is_invisible_by_locator(context, locator_tuple,