Skip to content

Commit 5c0251c

Browse files
committed
increase timeout used for warmup job
1 parent 02f18ae commit 5c0251c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ghcide/bench/hist/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ benchGhcide samples buildSystem args BenchProject{..} = do
181181
warmupGhcide :: BuildSystem -> FilePath -> [CmdOption] -> Example -> Action ()
182182
warmupGhcide buildSystem exePath args example = do
183183
command args "ghcide-bench" $
184-
[ "--no-clean",
184+
[ "--timeout=300",
185+
"--no-clean",
185186
"-v",
186187
"--samples=1",
187188
"--ghcide=" <> exePath,

0 commit comments

Comments
 (0)