summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 5aa507285..b538ec557 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -171,6 +171,7 @@ def test_builder(env, ref_dir):
# Prefix test run with batch job submission command if appropriate.
# Output redirection is also different for batch runs.
# Batch command also supports timeout arg (in seconds, not minutes).
+ timeout = 15 # used to be a param, probably should be again
if env['BATCH']:
cmd = [env['BATCH_CMD'], '-t', str(timeout * 60),
'-o', cmd_stdout, '-e', cmd_stderr, base_cmd]