File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
tests/Tests.Core/ManagedElasticsearch/Clusters Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ module Tests =
5353 let commandWithAdditionalOptions =
5454 wantsCoverage |> List.append wantsTrx |> List.append command
5555
56- Tooling.DotNet.ExecInWithTimeout " ." commandWithAdditionalOptions ( TimeSpan.FromMinutes 30 .)
56+ Tooling.DotNet.ExecInWithTimeout " ." commandWithAdditionalOptions ( TimeSpan.FromMinutes 60 .)
5757
5858 let RunReleaseUnitTests version args =
5959 //xUnit always does its own build, this env var is picked up by Tests.csproj
Original file line number Diff line number Diff line change @@ -50,8 +50,10 @@ protected virtual ConnectionSettings ConnectionSettings(ConnectionSettings s) =>
5050 protected sealed override void SeedCluster ( )
5151 {
5252 Client . Cluster . Health ( new ClusterHealthRequest { WaitForStatus = WaitForStatus . Green } ) ;
53+ Client . Cluster . Health ( new ClusterHealthRequest ( ".security-7" ) { WaitForStatus = WaitForStatus . Green } ) ;
5354 SeedNode ( ) ;
5455 Client . Cluster . Health ( new ClusterHealthRequest { WaitForStatus = WaitForStatus . Green } ) ;
56+ Client . Cluster . Health ( new ClusterHealthRequest ( ".security-7" ) { WaitForStatus = WaitForStatus . Green } ) ;
5557 }
5658
5759 protected virtual void SeedNode ( ) => new DefaultSeeder ( Client ) . SeedNode ( ) ;
You can’t perform that action at this time.
0 commit comments