diff options
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index a4b259681..3822de234 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -107,7 +107,7 @@ def run_test(target, source, env): # The slowest regression (bzip2) requires ~2.8 hours; # 4 hours was chosen to be conservative. elif env['TIMEOUT']: - cmd = 'timeout 4h %s' % cmd + cmd = 'timeout --foreground 4h %s' % cmd # Create a default value for the status string, changed as needed # based on the status. |