changeset cb77dfd5db54 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=cb77dfd5db54
description:
tests: Bump timeout to 5 hours
Align with observed run-times just above 4 hours for some hosts.
diffstat:
tests/SConscript | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 655ff3f6352d -r cb77dfd5db54 tests/SConscript
--- a/tests/SConscript Wed Feb 11 10:48:53 2015 -0800
+++ b/tests/SConscript Thu Mar 19 04:06:07 2015 -0400
@@ -104,10 +104,10 @@
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.
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev