diff options
Diffstat (limited to 'test/719-varhandle-concurrency/src/Main.java')
-rw-r--r-- | test/719-varhandle-concurrency/src/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/719-varhandle-concurrency/src/Main.java b/test/719-varhandle-concurrency/src/Main.java index 1c2135bf7d..f89a0bb867 100644 --- a/test/719-varhandle-concurrency/src/Main.java +++ b/test/719-varhandle-concurrency/src/Main.java @@ -39,7 +39,7 @@ public class Main { } private static final int TASK_COUNT = 10000; - private static final int THREAD_COUNT = 100; + private static final int THREAD_COUNT = 20; /* Each test may need several retries before a concurrent failure is seen. In the past, for a * known bug, between 5 and 10 retries were sufficient. Use RETRIES to configure how many * iterations to retry for each test scenario. However, to avoid the test running for too long, |