Skip to content

Commit 0dee66e

Browse files
lilyLuLiuadrianriobo
authored andcommitted
[qe]e2e: wait longer for monitoring operator to avoid failures, pulling images delay may due to networking
1 parent 22a112d commit 0dee66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/features/basic.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Feature: Basic test
5555
# monitoring stack check
5656
When checking that CRC is running
5757
And ensuring user is logged in succeeds
58-
Then with up to "12" retries with wait period of "10s" command "oc get pods -n openshift-monitoring" output matches ".*cluster-monitoring-operator-\w+-\w+\ *1/1\ *Running.*"
58+
Then with up to "12" retries with wait period of "30s" command "oc get pods -n openshift-monitoring" output matches ".*cluster-monitoring-operator-\w+-\w+\ *1/1\ *Running.*"
5959
# stop
6060
When executing "crc stop"
6161
Then stdout should match "(.*)[Ss]topped the instance"

0 commit comments

Comments
 (0)