Skip to content

Commit

Permalink
Use five concurrent threads for the test
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <[email protected]>
  • Loading branch information
jansupol committed Nov 13, 2024
1 parent bdb97fc commit 0416227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* BUG 5749
*/
public class ConcurrentHttpsUrlConnectionTest {
private static int THREAD_NUMBER = 2;
private static int THREAD_NUMBER = 5;

private static volatile int responseCounter = 0;

Expand Down

0 comments on commit 0416227

Please sign in to comment.