File tree Expand file tree Collapse file tree 2 files changed +3
-66
lines changed
src/Tests/Tests.Benchmarking Expand file tree Collapse file tree 2 files changed +3
-66
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module Build =
5656 { p with
5757 Configuration = " Release"
5858 Project = sln
59- TimeOut = TimeSpan.FromMinutes( 3 .)
59+ TimeOut = TimeSpan.FromMinutes( 5 .)
6060 AdditionalArgs = [ props]
6161 }
6262 ) |> ignore
@@ -66,7 +66,7 @@ module Build =
6666 ( fun p ->
6767 { p with
6868 Project = sln
69- TimeOut = TimeSpan.FromMinutes( 3 .)
69+ TimeOut = TimeSpan.FromMinutes( 5 .)
7070 }
7171 ) |> ignore
7272
@@ -76,7 +76,7 @@ module Build =
7676 let Clean () =
7777 tracefn " Cleaning known output folders"
7878 CleanDir Paths.BuildOutput
79- DotNetCli.RunCommand ( fun p -> { p with TimeOut = TimeSpan.FromMinutes( 3 .) }) " clean src/Elasticsearch.sln -c Release" |> ignore
79+ DotNetCli.RunCommand ( fun p -> { p with TimeOut = TimeSpan.FromMinutes( 5 .) }) " clean src/Elasticsearch.sln -c Release" |> ignore
8080 DotNetProject.All |> Seq.iter( fun p -> CleanDir( Paths.BinFolder p.Name))
8181
8282 type CustomResolver ( folder ) =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments