We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398eafe commit bc981beCopy full SHA for bc981be
spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/messaging/SubscriptionUtils.java
@@ -25,10 +25,11 @@
25
* Utilities for testing long running asnyc message retrieval.
26
*
27
* @author Christoph Strobl
28
+ * @author Mark Paluch
29
*/
30
class SubscriptionUtils {
31
- static final Duration DEFAULT_TIMEOUT = Duration.ofSeconds(1);
32
+ static final Duration DEFAULT_TIMEOUT = Duration.ofMillis(1500);
33
34
/**
35
* Wait for {@link Subscription#isActive() to become active} but not longer than {@link #DEFAULT_TIMEOUT}.
0 commit comments