Skip to content

Commit 11b245e

Browse files
committed
Increase verify timeout in the ZeroMqSupplierConfigurationTests
1 parent 2889674 commit 11b245e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

supplier/spring-zeromq-supplier/src/test/java/org/springframework/cloud/fn/supplier/zeromq/ZeroMqSupplierConfigurationTests.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 the original author or authors.
2+
* Copyright 2016-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -43,6 +43,8 @@
4343

4444
/**
4545
* @author Daniel Frey
46+
* @author Artem Bilan
47+
*
4648
* @since 3.1.0
4749
*/
4850
@SpringBootTest(properties = { "zeromq.supplier.topics=test-topic" })
@@ -92,7 +94,7 @@ void testSubscriptionConfiguration() throws InterruptedException {
9294
msg.wrap(new ZFrame("test-topic"));
9395
msg.send(socket);
9496

95-
stepVerifier.verify(Duration.ofSeconds(10));
97+
stepVerifier.verify(Duration.ofSeconds(30));
9698

9799
}
98100

0 commit comments

Comments
 (0)