Skip to content

Commit

Permalink
Update Issue879Test.java
Browse files Browse the repository at this point in the history
Reduce the number of tests
  • Loading branch information
marci4 committed Jun 11, 2019
1 parent 0c37336 commit 23a1055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/java_websocket/issues/Issue879Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@RunWith(Parameterized.class)
public class Issue879Test {

private static final int NUMBER_OF_TESTS = 40;
private static final int NUMBER_OF_TESTS = 20;

@Parameterized.Parameter
public int numberOfConnections;
Expand Down

0 comments on commit 23a1055

Please sign in to comment.