Skip to content

Commit 98b7b43

Browse files
committed
Bump shrink limit for tests to reduce flakyness
1 parent c86f1d7 commit 98b7b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/Common.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ overrideQuiet conf =
6767
overrideLimits :: EConfig -> EConfig
6868
overrideLimits conf =
6969
conf { campaignConf = conf.campaignConf { testLimit = 10000
70-
, shrinkLimit = 4000 }}
70+
, shrinkLimit = 10000 }}
7171

7272
type SolcVersion = Version
7373
type SolcVersionComp = Version -> Bool

0 commit comments

Comments
 (0)