Skip to content

Commit 4dbd8d3

Browse files
committed
Increase Kafka timeout for test
Increase Kafka timeout for test
1 parent d03bd5a commit 4dbd8d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
distribution: 'adopt'
214214
- name: mvn clean verify
215215
working-directory: chapter-5/chapter-5-spring-kafka-streams
216-
run: ./mvnw -B clean verify -X
216+
run: ./mvnw -B clean verify
217217

218218
build-chapter-6-quarkus-rest-cloud-config:
219219
runs-on: ubuntu-latest

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
@@ -15,7 +15,7 @@
1515
import org.springframework.test.web.reactive.server.WebTestClient;
1616

1717
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
18-
@AutoConfigureWebTestClient(timeout = "PT45S")
18+
@AutoConfigureWebTestClient(timeout = "PT3M")
1919
class Chapter5SpringKafkaStreamsApplicationTests extends DockerComposeBase {
2020
@Autowired
2121
WebTestClient webTestClient;

0 commit comments

Comments
 (0)