Skip to content

Commit aadbe1a

Browse files
committed
Update delay
1 parent f87b6c1 commit aadbe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-5/chapter-5-spring-kafka-streams/src/test/java/org/acme/Chapter5SpringKafkaStreamsApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void sseWorks() {
3030
.getResponseBody()
3131
.take(3)
3232
.collectList()
33-
.block(Duration.ofSeconds(20));
33+
.block(Duration.ofSeconds(45));
3434

3535
assertThat(emittedPrices)
3636
.isNotNull()

0 commit comments

Comments
 (0)