summaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-03-19 04:06:07 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2015-03-19 04:06:07 -0400
commit2626effdf2d9724375e0451a318525ecd459a13b (patch)
tree54f6af1280731fd0a70329cc00fe1cd777bfc9ab /tests/SConscript
parente57ab463cff5df095fbd10ef046436a20dbb8f3a (diff)
downloadgem5-2626effdf2d9724375e0451a318525ecd459a13b.tar.xz
tests: Bump timeout to 5 hours
Align with observed run-times just above 4 hours for some hosts.
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 3822de234..32691c639 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -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.