Commit 11fbaa19 by Jay Zoldak

Increase async script timeout in lettuce tests

parent 50e820db
...@@ -41,7 +41,7 @@ LOGGER = getLogger(__name__) ...@@ -41,7 +41,7 @@ LOGGER = getLogger(__name__)
LOGGER.info("Loading the lettuce acceptance testing terrain file...") LOGGER.info("Loading the lettuce acceptance testing terrain file...")
MAX_VALID_BROWSER_ATTEMPTS = 20 MAX_VALID_BROWSER_ATTEMPTS = 20
GLOBAL_SCRIPT_TIMEOUT = 20 GLOBAL_SCRIPT_TIMEOUT = 60
def get_saucelabs_username_and_key(): def get_saucelabs_username_and_key():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment