Skip to content

Commit f2d4d0f

Browse files
committed
Tone down timeout
1 parent 8481213 commit f2d4d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/bench/hist/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ benchGhcide
140140
:: Natural -> BuildSystem -> [CmdOption] -> BenchProject Example -> Action ()
141141
benchGhcide samples buildSystem args BenchProject{..} = do
142142
command_ args "ghcide-bench" $
143-
[ "--timeout=3000",
143+
[ "--timeout=300",
144144
"--no-clean",
145145
"-v",
146146
"--samples=" <> show samples,

0 commit comments

Comments
 (0)