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 daec91d commit 0f09e66Copy full SHA for 0f09e66
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