Skip to content

Commit

Permalink
[#fix_test] increase wait time for some test
Browse files Browse the repository at this point in the history
  • Loading branch information
koo-taejin committed Sep 22, 2017
1 parent 627d29b commit d639e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class HandshakeTest {

private static int bindPort;

private final TestAwaitUtils awaitUtils = new TestAwaitUtils(10, 500);
private final TestAwaitUtils awaitUtils = new TestAwaitUtils(50, 3000);


@BeforeClass
Expand Down

0 comments on commit d639e7d

Please sign in to comment.