diff --git a/mozilla/testing/performance/talos/ffsetup.py b/mozilla/testing/performance/talos/ffsetup.py index 91a5e0da4eb..d57387d8879 100644 --- a/mozilla/testing/performance/talos/ffsetup.py +++ b/mozilla/testing/performance/talos/ffsetup.py @@ -157,7 +157,7 @@ def InitializeNewProfile(browser_path, process, browser_wait, extra_args, profil process, browser_wait, PROFILE_REGEX, - 30) + 60) if (not timed_out): print match else: diff --git a/mozilla/testing/performance/talos/sample.config b/mozilla/testing/performance/talos/sample.config index 70ee67add41..3875b71d46b 100755 --- a/mozilla/testing/performance/talos/sample.config +++ b/mozilla/testing/performance/talos/sample.config @@ -16,7 +16,7 @@ browser_path: firefox/firefox.exe # arguments to pass to browser extra_args: '' #how long the browser takes to open/close -browser_wait: 5 +browser_wait: 10 branch: testbranch