tests: Bump timeout to 5 hours
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 19 Mar 2015 08:06:07 +0000 (04:06 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 19 Mar 2015 08:06:07 +0000 (04:06 -0400)
Align with observed run-times just above 4 hours for some hosts.

tests/SConscript

index 3822de2347647d90a22428af25841bc326379459..32691c6395dd8d3a10c4735ccd0f23bc26b2271f 100644 (file)
@@ -104,10 +104,10 @@ def run_test(target, source, env):
     timeout = 15 * 60 # used to be a param, probably should be again
     if env['BATCH']:
         cmd = '%s -t %d %s' % (env['BATCH_CMD'], timeout, cmd)
-    # The slowest regression (bzip2) requires ~2.8 hours;
-    # 4 hours was chosen to be conservative.
+    # The slowest regression (bzip2) requires ~4 hours;
+    # 5 hours was chosen to be conservative.
     elif env['TIMEOUT']:
-        cmd = 'timeout --foreground 4h %s' % cmd
+        cmd = 'timeout --foreground 5h %s' % cmd
 
     # Create a default value for the status string, changed as needed
     # based on the status.