Bug 1446215 - Increase threshold to 0.25 seconds draft add_short_delay
authorIonut Goldan <igoldan@mozilla.com>
Fri, 30 Mar 2018 13:45:32 +0300
changeset 775144 4219b47a38d2e89eb62bf9f52ba2b5390c744356
parent 775127 e384be40aeef726439b31de38790606d59106e14
push id104632
push userbmo:igoldan@mozilla.com
push dateFri, 30 Mar 2018 10:53:44 +0000
bugs1446215
milestone61.0a1
Bug 1446215 - Increase threshold to 0.25 seconds MozReview-Commit-ID: IBa35bCCKv8
testing/talos/talos/ttest.py
--- 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