We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b500e37 commit f2bea54Copy full SHA for f2bea54
frontends/common/src/it/scala/stainless/verification/ComponentTestSuite.scala
@@ -13,7 +13,6 @@ trait ComponentTestSuite extends inox.TestSuite with inox.ResourceUtils with Inp
13
Seq(
14
inox.optTimeout(300.seconds),
15
inox.optSelectedSolvers(Set("smt-z3")),
16
- inox.solvers.unrolling.optMaxUnfoldSteps(1),
17
verification.optStrictArithmetic(false),
18
)
19
0 commit comments