Skip to content

Commit cc4cbfa

Browse files
committed
[refactor] stabalize test
Increase timeout in order for less windows builds to fail Signed-off-by: Patrick Reinhart <[email protected]>
1 parent 812a094 commit cc4cbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/test/java/org/exist/storage/lock/CollectionLocksTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class CollectionLocksTest {
100100
*
101101
* Note: this should likely be greater than the period required to acquire a lock under contention of CONCURRENCY_LEVEL threads
102102
*/
103-
private static final int SINGLE_WRITER_THREAD_SLEEP = 15; // 15ms
103+
private static final int SINGLE_WRITER_THREAD_SLEEP = 30; // 30ms
104104

105105
/**
106106
* The maximum amount of time we should allow singleWriter

0 commit comments

Comments
 (0)