Skip to content

Commit a2b5c4e

Browse files
committed
Set podwaittimeout and podreadytimeout
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent f38176c commit a2b5c4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.ci/oci-devworkspace-happy-path.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ deployChe() {
4242
-p openshift \
4343
--batch \
4444
--telemetry=off \
45-
--k8spodreadytimeout=240000 \
45+
--k8spodwaittimeout=6000000 \
46+
--k8spodreadytimeout=6000000 \
4647
--installer=operator
4748
}
4849

0 commit comments

Comments
 (0)