Skip to content

Commit 4b70345

Browse files
Bump wait period to 2 seconds
Slow CI server is slow
1 parent 404f483 commit 4b70345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ public void testConsumerCancellationHandlerUsesBlockingOperations()
129129
channel.basicConsume(queue, consumer);
130130
channel.queueDelete(queue);
131131

132-
latch.await(500, TimeUnit.MILLISECONDS);
132+
latch.await(2, TimeUnit.SECONDS);
133133
}
134134
}

0 commit comments

Comments
 (0)