Skip to content
Snippets Groups Projects
Commit 38802a2d authored by Mikaël Mayer's avatar Mikaël Mayer
Browse files

Increased the timeout for InputCoverage to pass all the tests.

parent 20113bdf
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ class InputCoverage(fd: FunDef, fds: Set[FunDef])(implicit c: LeonContext, p: Pr ...@@ -244,7 +244,7 @@ class InputCoverage(fd: FunDef, fds: Set[FunDef])(implicit c: LeonContext, p: Pr
} else None } else None
}) })
val start_fd2 = fdMap2.getOrElse(start_fd, start_fd) val start_fd2 = fdMap2.getOrElse(start_fd, start_fd)
val tfactory = SolverFactory.getFromSettings(c, program2).withTimeout(5.seconds) val tfactory = SolverFactory.getFromSettings(c, program2).withTimeout(10.seconds)
val vctx = new VerificationContext(c, program2, tfactory) val vctx = new VerificationContext(c, program2, tfactory)
val vcs = VerificationPhase.generateVCs(vctx, Seq(start_fd2)) val vcs = VerificationPhase.generateVCs(vctx, Seq(start_fd2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment