Skip to content

Commit

Permalink
[ci] Use same timeouts as develop
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Reinhart <patrick@reini.net>
  • Loading branch information
reinhapa committed Nov 6, 2023
1 parent 5ccff99 commit 9ed64ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class CollectionLocksTest {
*
* Note: this should likely be greater than the period required to acquire a lock under contention of CONCURRENCY_LEVEL threads
*/
private static final int SINGLE_WRITER_THREAD_SLEEP = 10; // 10ms
private static final int SINGLE_WRITER_THREAD_SLEEP = 15; // 15ms

/**
* The maximum amount of time we should allow singleWriter
Expand Down

0 comments on commit 9ed64ee

Please sign in to comment.