mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 21:29:54 +01:00
Merge branch 'introduction-test-fix' into 'master'
Fix introduction test non-determinism See merge request akwizgran/briar!781
This commit is contained in:
@@ -415,8 +415,8 @@ public class IntroductionIntegrationTest
|
|||||||
eventWaiter.await(TIMEOUT, 1);
|
eventWaiter.await(TIMEOUT, 1);
|
||||||
assertTrue(listener0.response2Received);
|
assertTrue(listener0.response2Received);
|
||||||
|
|
||||||
// Forward AUTH
|
// Forward AUTH and response
|
||||||
sync0To1(1, true);
|
sync0To1(2, true);
|
||||||
|
|
||||||
// Second AUTH and ACTIVATE and forward them
|
// Second AUTH and ACTIVATE and forward them
|
||||||
sync1To0(2, true);
|
sync1To0(2, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user