Skip to content

Commit 920b85a

Browse files
committed
bump timeout to appease the CI gods
1 parent 8e67446 commit 920b85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
public class ExchangeExchangeBindings extends BrokerTestCase {
2929

30-
private static final int TIMEOUT = 1000;
30+
private static final int TIMEOUT = 5000;
3131
private static final byte[] MARKER = "MARK".getBytes();
3232

3333
private final String[] queues = new String[] { "q0", "q1", "q2" };

0 commit comments

Comments
 (0)