Skip to content
Snippets Groups Projects
Verified Commit d9ed4a3a authored by Torsten Grote's avatar Torsten Grote
Browse files

Fix introduction test non-determinism

parent edee90db
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment