Skip to content

Commit afe19b9

Browse files
authored
Update timeout
1 parent b108c48 commit afe19b9

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
@@ -32,7 +32,7 @@ void sseWorks() {
3232
.getResponseBody()
3333
.take(3)
3434
.collectList()
35-
.block(Duration.ofSeconds(45));
35+
.block(Duration.ofMinutes(1));
3636

3737
assertThat(emittedPrices)
3838
.isNotNull()

0 commit comments

Comments
 (0)