Skip to content

Commit af0921a

Browse files
committed
CC5: try a longer sleep to generate more contention in TrieMemtableMetricsTest
1 parent e4fd01d commit af0921a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/org/apache/cassandra/metrics/TrieMemtableMetricsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public void testFlushRelatedMetrics() throws IOException, ExecutionException, In
156156
@BMRules(rules = { @BMRule(name = "Delay memtable update",
157157
targetClass = "InMemoryTrie",
158158
targetMethod = "putSingleton",
159-
action = "java.lang.Thread.sleep(10)")})
159+
action = "java.lang.Thread.sleep(100)")})
160160
public void testContentionMetrics() throws IOException, ExecutionException, InterruptedException
161161
{
162162
ColumnFamilyStore cfs = recreateTable();

0 commit comments

Comments
 (0)