Skip to content

Commit f959baf

Browse files
author
Simon MacMullen
committed
Inevitable increase of delays for the CI server.
1 parent 89eca76 commit f959baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.Set;
2929

3030
public class Policies extends BrokerTestCase {
31-
private static final int DELAY = 10; // MILLIS
31+
private static final int DELAY = 100; // MILLIS
3232

3333
@Override protected void createResources() throws IOException {
3434
setPolicy("AE", "^has-ae", "{\\\"alternate-exchange\\\":\\\"ae\\\"}");

0 commit comments

Comments
 (0)