Merge branch 'introduction-test-fix' into 'master'

Fix introduction test non-determinism

See merge request akwizgran/briar!781
This commit is contained in:
akwizgran
2018-04-30 08:05:00 +00:00

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);