Skip to content

Commit 5c91492

Browse files
committed
added alert manager using alert branch temp6
1 parent 1941790 commit 5c91492

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
@@ -850,8 +850,8 @@ private void fireAlert() throws Exception {
850850

851851
TestUtils.checkPodReady("domain1-admin-server", "default");
852852
TestUtils.checkPodReady("domain1-managed-server-1", "default");
853-
//sleep for 1 min to fire alert
854-
Thread.sleep(60000);
853+
//sleep for 1.30 min to fire alert
854+
Thread.sleep(90000);
855855
String webhookPod = getPodName("webhook", "webhook");
856856
String command = "kubectl -n webhook logs " + webhookPod;
857857
ExecResult webhookResult = TestUtils.exec(command);

0 commit comments

Comments
 (0)