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 d98e68c commit dcc323cCopy full SHA for dcc323c
test/src/com/rabbitmq/client/test/functional/QosTests.java
@@ -77,7 +77,7 @@ public void drain(QueueingConsumer c, int n)
77
throws IOException
78
{
79
try {
80
- Thread.sleep(100);
+ Thread.sleep(n * 10 + 50);
81
assertEquals(n, c.getQueue().size());
82
} catch (InterruptedException ie) {
83
fail("interrupted");
0 commit comments