From 2e1401f013b8bddaaf0b09039d74e84d54cce36f Mon Sep 17 00:00:00 2001 From: jinapurapu <65002498+jinapurapu@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:12:55 -0700 Subject: [PATCH] Increased delay to reduce failure of Operator UI test (#2240) --- portal-ui/tests/operator/tenants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-ui/tests/operator/tenants.ts b/portal-ui/tests/operator/tenants.ts index 607d29dcc..f95a56cf6 100644 --- a/portal-ui/tests/operator/tenants.ts +++ b/portal-ui/tests/operator/tenants.ts @@ -118,7 +118,7 @@ export const checkMonitoringToggle = async (tenantName: string) => { .click(Selector(`a[href$="/monitoring"]`)) .click("#tenant-monitoring") .click("#confirm-ok") - .wait(1000) + .wait(5000) .expect(Selector("#prometheus_image").exists) .ok() .click("#yaml_button")