Skip to content

Commit

Permalink
increase timeout for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
anpin committed Apr 18, 2024
1 parent e8d14aa commit 481f9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ let runBenchmarks args _ =
let runSingleProject project =
DotNet.exec(fun info ->
{ info with
Timeout = Some (TimeSpan.FromMinutes 30.0)
Timeout = Some (TimeSpan.FromMinutes 45.0)
WorkingDirectory = (Directory.GetParent project).FullName
}) "run" $"-c Release --project %s{project} -- %s{args}"
|> ResultHandling.checkExitCode "benchmark failed"
Expand Down

0 comments on commit 481f9e0

Please sign in to comment.