diff --git a/tests/functional/features/environment.py b/tests/functional/features/environment.py
index 5b179cd59661bb6911a129f4687ef08feb3f264a..70a52cd304ca798b382066b0770be3ad9f8eb0a6 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'
diff --git a/tests/functional/features/steps/common.py b/tests/functional/features/steps/common.py
index d214af0574f6f33aa0fcf2cc17787e7efc175f1d..a92cd78e5230ef47b18a8eed781da74d303eeeb8 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