Skip to content

Commit ed0a3b0

Browse files
committed
Revert "Increase publisher confirm timeout in test"
This reverts commit 999d673.
1 parent 999d673 commit ed0a3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/client/test/server/EffectVisibilityCrossNodeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected void releaseResources() throws IOException {
6868
for (int j = 0; j < MESSAGES_PER_BATCH; j++) {
6969
channel.basicPublish("amq.fanout", "", null, msg);
7070
}
71-
channel.waitForConfirmsOrDie(60_000);
71+
channel.waitForConfirmsOrDie(10_000);
7272
for (int j = 0; j < queues.length ; j++) {
7373
assertEquals(MESSAGES_PER_BATCH, purgeChannel.queuePurge(queues[j]).getMessageCount());
7474
}

0 commit comments

Comments
 (0)