author | Ionut Goldan <igoldan@mozilla.com> |
Fri, 30 Mar 2018 13:45:32 +0300 | |
changeset 410772 | 4c6551ac004b48a044364e76debdc140e7323327 |
parent 410771 | fa72a782c21cb6b46204aab9c537579df09db81c |
child 410773 | d7fa5324198f2cadc5377b17a7fc725496d6f505 |
push id | 33739 |
push user | nbeleuzu@mozilla.com |
push date | Fri, 30 Mar 2018 21:47:45 +0000 |
treeherder | mozilla-central@10c662d8416e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jmaher |
bugs | 1446215 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/talos/talos/ttest.py +++ b/testing/talos/talos/ttest.py @@ -134,17 +134,17 @@ class TTest(object): # instantiate an object to hold test results test_results = results.TestResults( test_config, global_counters, browser_config.get('framework') ) for i in range(test_config['cycles']): - time.sleep(0.1) + time.sleep(0.25) LOG.info('Running cycle %d/%d for %s test...' % (i+1, test_config['cycles'], test_config['name'])) # remove the browser error file mozfile.remove(browser_config['error_filename']) # reinstall any file whose stability we need to ensure across # the cycles