Skip to content

Commit 3c4817c

Browse files
committed
fixing indeterminism in GatewayToGatewaySystemTest
1 parent 239c9fc commit 3c4817c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

artio-system-tests/src/test/java/uk/co/real_logic/artio/system_tests/GatewayToGatewaySystemTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public void messagesCanBeSentFromInitiatorToAcceptingLibrary()
114114

115115
assertSequenceIndicesAre(0);
116116

117+
testSystem.await("messageTimingHandler.count() is not 2", () -> messageTimingHandler.count() == 2);
117118
messageTimingHandler.verifyConsecutiveSequenceNumbers(2);
118119
}
119120

0 commit comments

Comments
 (0)