Skip to content

Commit

Permalink
tweak SMT timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed May 5, 2024
1 parent 0a9e185 commit 9e0eda7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public ISolver getSolver() {
}

public void start(int timeout) {
solver = SMTUtils.initSolver(smt, numericType==SolutionType.Real, timeout/5, timeout);
solver = SMTUtils.initSolver(smt, numericType==SolutionType.Real, timeout, timeout);
}

public void stop() {
Expand Down

0 comments on commit 9e0eda7

Please sign in to comment.