Skip to content

Commit

Permalink
new timeout for sat precond test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Oct 16, 2024
1 parent ce2004e commit 58468a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class SatPrecondVerificationSuite extends VerificationComponentTestSuite {
inox.optSelectedSolvers(Set(solver)),
inox.solvers.optCheckModels(true),
evaluators.optCodeGen(codeGen),
inox.optTimeout(4.seconds),
inox.solvers.unrolling.optFeelingLucky(codeGen)) ++ seq

}
} yield conf
}
Expand Down

0 comments on commit 58468a0

Please sign in to comment.