Skip to content

Commit cf24a33

Browse files
committed
bump build timeouts for benchmark project and remove bulkindeingbenchmark
1 parent 527f8a7 commit cf24a33

File tree

2 files changed

+3
-64
lines changed

2 files changed

+3
-64
lines changed

build/scripts/Building.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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) =

src/Tests/Tests.Benchmarking/BulkIndexingBenchmarkTests.cs

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)