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 20dfedd commit fd0c773Copy full SHA for fd0c773
spring-boot-samples/spring-boot-sample-kafka/src/test/java/sample/kafka/SampleKafkaApplicationTests.java
@@ -41,7 +41,7 @@ class SampleKafkaApplicationTests {
41
42
@Test
43
void testVanillaExchange() throws Exception {
44
- long end = System.currentTimeMillis() + 10000;
+ long end = System.currentTimeMillis() + 30000;
45
while (!this.output.toString().contains("A simple test message")
46
&& System.currentTimeMillis() < end) {
47
Thread.sleep(250);
0 commit comments