Skip to content

Commit af81a7e

Browse files
committed
increase timeout in order to appease CI server
1 parent 54b292b commit af81a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/CloseInMainLoop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void handleDelivery(String consumerTag,
125125

126126
channel.basicPublish("x", "k", null, new byte[10]);
127127

128-
assertTrue(closeLatch.await(200, TimeUnit.MILLISECONDS));
128+
assertTrue(closeLatch.await(1000, TimeUnit.MILLISECONDS));
129129
assertTrue(connection.hadValidShutdown());
130130
}
131131

0 commit comments

Comments
 (0)