Skip to content
Snippets Groups Projects
Commit 8cf3422c authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Timeouts should be shorter in new solver tests

parent 6ec6813a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ class NewSolversRegression extends VerificationRegression {
else Nil
) ++ (
if (isCVC4Available)
List(List("--solvers=smt-cvc4-proof", "--feelinglucky", "--timeout=5"))
List(List("--solvers=smt-cvc4-proof", "--feelinglucky", "--timeout=3"))
else Nil
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment