Skip to content
Snippets Groups Projects
Commit c1b8552c authored by akwizgran's avatar akwizgran
Browse files

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

Fix introduction test non-determinism

See merge request akwizgran/briar!781
parents 0091fcef d9ed4a3a
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