Skip to content

Commit 2e1401f

Browse files
authored
Increased delay to reduce failure of Operator UI test (#2240)
1 parent 1e1c11b commit 2e1401f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/tests/operator/tenants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const checkMonitoringToggle = async (tenantName: string) => {
118118
.click(Selector(`a[href$="/monitoring"]`))
119119
.click("#tenant-monitoring")
120120
.click("#confirm-ok")
121-
.wait(1000)
121+
.wait(5000)
122122
.expect(Selector("#prometheus_image").exists)
123123
.ok()
124124
.click("#yaml_button")

0 commit comments

Comments
 (0)