projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6118996
)
Increase regression test time limit to 1200s. (#3704)
author
Aina Niemetz
<aina.niemetz@gmail.com>
Tue, 4 Feb 2020 00:42:31 +0000
(16:42 -0800)
committer
GitHub
<noreply@github.com>
Tue, 4 Feb 2020 00:42:31 +0000
(16:42 -0800)
Fixes #3565.
test/regress/run_regression.py
patch
|
blob
|
history
diff --git
a/test/regress/run_regression.py
b/test/regress/run_regression.py
index 8e9261ec2eee5c40c4634c6fa2043205c7d0140f..2a0144c1373b022049e9ae130b119530f6bd65b1 100755
(executable)
--- a/
test/regress/run_regression.py
+++ b/
test/regress/run_regression.py
@@
-401,7
+401,7
@@
def main():
if os.environ.get('VALGRIND') == '1' and not wrapper:
wrapper = ['libtool', '--mode=execute', 'valgrind']
- timeout = float(os.getenv('TEST_TIMEOUT',
6
00.0))
+ timeout = float(os.getenv('TEST_TIMEOUT',
12
00.0))
return run_regression(args.enable_proof, args.with_lfsc, args.dump,
args.use_skip_return_code, wrapper, cvc4_binary,