Skip to content

Commit

Permalink
fixing indeterminism in GatewayToGatewaySystemTest
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoviana committed Oct 21, 2024
1 parent 2e8abac commit c5ec201
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public void messagesCanBeSentFromInitiatorToAcceptingLibrary()

assertSequenceIndicesAre(0);

testSystem.await("messageTimingHandler.count() is not 2", () -> messageTimingHandler.count() == 2);
messageTimingHandler.verifyConsecutiveSequenceNumbers(2);
}

Expand Down

0 comments on commit c5ec201

Please sign in to comment.