Skip to content

Commit b7e2c94

Browse files
authored
Merge pull request #1046 from dota17/FixedFailureTest
Fix the failure of Issue256Test.
2 parents d9b9565 + 934bd9f commit b7e2c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/java_websocket/issues/Issue256Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public void onStart() {
9696
};
9797
ws.setConnectionLostTimeout( 0 );
9898
ws.start();
99+
countServerDownLatch.await();
99100
}
100101

101102
private void runTestScenarioReconnect( boolean closeBlocking ) throws Exception {

0 commit comments

Comments
 (0)