We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89eca76 commit f959bafCopy full SHA for f959baf
test/src/com/rabbitmq/client/test/functional/Policies.java
@@ -28,7 +28,7 @@
28
import java.util.Set;
29
30
public class Policies extends BrokerTestCase {
31
- private static final int DELAY = 10; // MILLIS
+ private static final int DELAY = 100; // MILLIS
32
33
@Override protected void createResources() throws IOException {
34
setPolicy("AE", "^has-ae", "{\\\"alternate-exchange\\\":\\\"ae\\\"}");
0 commit comments