Skip to content

Commit 167e016

Browse files
author
Simon MacMullen
committed
Still not working - check if this helps.
1 parent 56eb839 commit 167e016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ public void testAlternateExchange() throws IOException, InterruptedException {
4646
String q = declareQueue();
4747
channel.exchangeDeclare("ae", "fanout", false, true, null);
4848
channel.queueBind(q, "ae", "");
49+
Thread.sleep(DELAY); // TODO do we need this?
4950
basicPublishVolatile("has-ae", "");
50-
Thread.sleep(DELAY);
51+
Thread.sleep(DELAY); // TODO do we need this?
5152
assertDelivered(q, 1);
5253
clearPolicies();
5354

0 commit comments

Comments
 (0)