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 c86f1d7 commit 98b7b43Copy full SHA for 98b7b43
src/test/Common.hs
@@ -67,7 +67,7 @@ overrideQuiet conf =
67
overrideLimits :: EConfig -> EConfig
68
overrideLimits conf =
69
conf { campaignConf = conf.campaignConf { testLimit = 10000
70
- , shrinkLimit = 4000 }}
+ , shrinkLimit = 10000 }}
71
72
type SolcVersion = Version
73
type SolcVersionComp = Version -> Bool
0 commit comments