Skip to content

Commit

Permalink
longer timeout to get more predictable behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Aug 26, 2024
1 parent 8c074f7 commit e8d4044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-tests/horn-adt/runtests
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TESTS="de-brujin-bug.smt2"
for name in $TESTS; do
echo
echo $name
$LAZABS -pngNo -ssol -cex "$@" $name 2>&1 | grep -v "^Elapsed Time"
$LAZABS -pngNo -ssol -cex -abstractTO:4 "$@" $name 2>&1 | grep -v "^Elapsed Time"
done

# Examples with currently unstable output, do not show the counterexample
Expand Down

0 comments on commit e8d4044

Please sign in to comment.