Skip to content

Commit

Permalink
increase minimum time for TestBigList
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jul 14, 2021
1 parent 8fb2912 commit e82dfc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import it.unibo.tuprolog.dsl.theory.prolog
internal class TestBigListImpl(private val solverFactory: SolverFactory) : TestBigList {

override val shortDuration: TimeDuration
get() = 2000
get() = 4000

override fun testBigListGeneration() {
prolog {
Expand Down

0 comments on commit e82dfc2

Please sign in to comment.