Skip to content

Commit

Permalink
fix the issue256Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dota17 committed Jul 28, 2020
1 parent d9b9565 commit 934bd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/java_websocket/issues/Issue256Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void onStart() {
};
ws.setConnectionLostTimeout( 0 );
ws.start();
countServerDownLatch.await();
}

private void runTestScenarioReconnect( boolean closeBlocking ) throws Exception {
Expand Down

0 comments on commit 934bd9f

Please sign in to comment.