Skip to content

Commit 8154967

Browse files
authored
Update timeout
1 parent afe19b9 commit 8154967

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.ofMinutes(1));
35+
.block(Duration.ofMinutes(3));
3636

3737
assertThat(emittedPrices)
3838
.isNotNull()

0 commit comments

Comments
 (0)