8000 increase time out · java-operator-sdk/samples@cceb2fa · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit cceb2fa

Browse files
increase time out
1 parent 06a873a commit cceb2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tomcat/src/test/java/io/javaoperatorsdk/operator/sample/IntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void test() {
9494
.withImage("curlimages/curl:7.78.0")
9595
.withRestartPolicy("Never")
9696
.build()).done();
97-
await().atMost(2, MINUTES).untilAsserted(() -> {
97+
await().atMost(5, MINUTES).untilAsserted(() -> {
9898
try {
9999
String curlOutput = client.pods().inNamespace(TEST_NS).withName(curlPod.getMetadata().getName()).getLog();
100100
assertThat(curlOutput, equalTo("200"));

0 commit comments

Comments
 (0)
0