Skip to content

Commit

Permalink
CommunitySuite: remove maxStateVisits override
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Oct 2, 2024
1 parent 3c3a5e4 commit f575fdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object TestStyles {
.copy(git = true, layout = Some(ProjectFiles.Layout.StandardConvention)),
lineEndings = Some(if (isWin) LineEndings.windows else LineEndings.unix),
runner = base.runner.copy(
maxStateVisits = Some(10000000),
maxStateVisits = None,
optimizer = base.runner.optimizer.copy(escapeInPathologicalCases = false),
),
)
Expand Down

0 comments on commit f575fdd

Please sign in to comment.