File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/NonSilo.Tests/Membership Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ public async Task MembershipAgent_LifecycleStages_ValidateInitialConnectivity_Su
280280 this . localSiloDetails ) ;
281281 var started = this . lifecycle . OnStart ( ) ;
282282
283- await Until ( ( ) => remoteSiloProber . ReceivedCalls ( ) . Count ( ) < otherSilos . Length ) ;
283+ await Until ( ( ) => remoteSiloProber . ReceivedCalls ( ) . Count ( ) >= otherSilos . Length ) ;
284284
285285
286286 await Until ( ( ) => started . IsCompleted ) ;
@@ -333,7 +333,7 @@ public async Task MembershipAgent_LifecycleStages_ValidateInitialConnectivity_Fa
333333 this . localSiloDetails ) ;
334334 var started = this . lifecycle . OnStart ( ) ;
335335
336- await Until ( ( ) => this . remoteSiloProber . ReceivedCalls ( ) . Count ( ) < otherSilos . Length ) ;
336+ await Until ( ( ) => this . remoteSiloProber . ReceivedCalls ( ) . Count ( ) >= otherSilos . Length ) ;
337337 await Until ( ( ) => started . IsCompleted ) ;
338338
339339 // Startup should have faulted.
You can’t perform that action at this time.
0 commit comments