Skip to content

Commit b00ec93

Browse files
committed
increased waiting time to check for webhook log
1 parent ece7a07 commit b00ec93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ItMonitoringExporter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,8 @@ private void fireAlert() throws Exception {
854854

855855
TestUtils.checkPodReady("domain1-admin-server", "default");
856856
TestUtils.checkPodReady("domain1-managed-server-1", "default");
857-
//sleep for 1.30 min to fire alert
858-
Thread.sleep(90000);
857+
//sleep for 2 min to fire alert
858+
Thread.sleep(120000);
859859
String webhookPod = getPodName("webhook", "webhook");
860860
String command = "kubectl -n webhook logs " + webhookPod;
861861
ExecResult webhookResult = TestUtils.exec(command);

0 commit comments

Comments
 (0)