summaryrefslogtreecommitdiff
path: root/tests/functional/features/steps/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/features/steps/common.py')
-rw-r--r--tests/functional/features/steps/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/features/steps/common.py b/tests/functional/features/steps/common.py
index d214af05..a92cd78e 100644
--- a/tests/functional/features/steps/common.py
+++ b/tests/functional/features/steps/common.py
@@ -7,7 +7,7 @@ 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
+TIMEOUT_IN_S = 30
DEFAULT_IMPLICIT_WAIT_TIMEOUT_IN_S = 10