Skip to content

Commit 42cace8

Browse files
committed
increase delay so test has a greater chance of passing
1 parent 422b892 commit 42cace8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/functional/PerQueueVsPerMessageTTL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public void testSmallerPerQueueExpiryWins() throws IOException, InterruptedExcep
1414

1515
publish("message1");
1616

17-
Thread.sleep(20);
17+
Thread.sleep(100);
1818

1919
assertNull("per-queue ttl should have removed message after 10ms!", get());
2020
}

0 commit comments

Comments
 (0)