Skip to content

Commit

Permalink
ignore sat-precondition/valid/SATPrecond4 with Princess
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Oct 16, 2024
1 parent 8dc93f4 commit 7e167f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SatPrecondVerificationSuite extends VerificationComponentTestSuite {
Set()

private val ignorePrincess: Set[String] = ignoreCommon ++
Set()
Set("sat-precondition/valid/SATPrecond4")

private val ignoreCodegen: Set[String] = Set()

Expand All @@ -46,7 +46,7 @@ class SatPrecondVerificationSuite extends VerificationComponentTestSuite {
inox.optSelectedSolvers(Set(solver)),
inox.solvers.optCheckModels(true),
evaluators.optCodeGen(codeGen),
inox.optTimeout(30.seconds),
inox.optTimeout(3.seconds),
inox.solvers.unrolling.optFeelingLucky(codeGen)) ++ seq

}
Expand Down

0 comments on commit 7e167f8

Please sign in to comment.