Skip to content
Snippets Groups Projects
Commit 5c3c66a2 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

increase timeout

parent 3b999adf
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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'
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment