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 8481213 commit f2d4d0fCopy full SHA for f2d4d0f
ghcide/bench/hist/Main.hs
@@ -140,7 +140,7 @@ benchGhcide
140
:: Natural -> BuildSystem -> [CmdOption] -> BenchProject Example -> Action ()
141
benchGhcide samples buildSystem args BenchProject{..} = do
142
command_ args "ghcide-bench" $
143
- [ "--timeout=3000",
+ [ "--timeout=300",
144
"--no-clean",
145
"-v",
146
"--samples=" <> show samples,
0 commit comments