We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812a094 commit cc4cbfaCopy full SHA for cc4cbfa
exist-core/src/test/java/org/exist/storage/lock/CollectionLocksTest.java
@@ -100,7 +100,7 @@ public class CollectionLocksTest {
100
*
101
* Note: this should likely be greater than the period required to acquire a lock under contention of CONCURRENCY_LEVEL threads
102
*/
103
- private static final int SINGLE_WRITER_THREAD_SLEEP = 15; // 15ms
+ private static final int SINGLE_WRITER_THREAD_SLEEP = 30; // 30ms
104
105
/**
106
* The maximum amount of time we should allow singleWriter
0 commit comments