Skip to content

Commit

Permalink
Increase z3 timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Jan 14, 2025
1 parent d67230f commit d14eaa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eval/eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SEARCH_DIR="$SMT2_DIR"
[ -d "$SEARCH_DIR" ] || exit 1
SMT2_FILES="$(find "$SEARCH_DIR" -name "*.smt2" | sort)"

# Set the timeout for running z3, limits log size to about 0.25GB
export TIMEOUT=3
# Set the timeout for running z3, limits log size to about 0.5GB
export TIMEOUT=5

while read -r file; do
FILE="${file#"$SMT2_DIR/"}"
Expand Down

0 comments on commit d14eaa9

Please sign in to comment.