Skip to content

Commit

Permalink
Added more timeout to testRestartStoppedMembersOnSameAddresses
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Jun 9, 2020
1 parent 5fa78ad commit 2779322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ public void testRestartStoppedMembersOnSameAddresses() {
cmC_Restarted = createMembership(c_Restarted, addresses);
cmD_Restarted = createMembership(d_Restarted, addresses);

awaitSeconds(2);
awaitSeconds(3);

// new C -> A, B, new D
assertTrusted(cmC_Restarted, cmA.member(), cmB.member(), cmD_Restarted.member());
Expand Down

0 comments on commit 2779322

Please sign in to comment.