Fix introduction test non-determinism

This commit is contained in:
Torsten Grote
2018-04-29 13:33:59 -03:00
parent edee90dbe2
commit d9ed4a3ac9

View File

@@ -415,8 +415,8 @@ public class IntroductionIntegrationTest
eventWaiter.await(TIMEOUT, 1);
assertTrue(listener0.response2Received);
// Forward AUTH
sync0To1(1, true);
// Forward AUTH and response
sync0To1(2, true);
// Second AUTH and ACTIVATE and forward them
sync1To0(2, true);