Skip to content

Commit 0dd84bc

Browse files
committed
Update timeout
1 parent aadbe1a commit 0dd84bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
import org.junit.jupiter.api.Test;
99

1010
import org.springframework.beans.factory.annotation.Autowired;
11+
import org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient;
1112
import org.springframework.boot.test.context.SpringBootTest;
1213
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
1314
import org.springframework.http.MediaType;
1415
import org.springframework.test.web.reactive.server.WebTestClient;
1516

1617
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
18+
@AutoConfigureWebTestClient(timeout = "PT45S")
1719
class Chapter5SpringKafkaStreamsApplicationTests extends DockerComposeBase {
1820
@Autowired
1921
WebTestClient webTestClient;

0 commit comments

Comments
 (0)