Skip to content

Commit 5419a40

Browse files
increase image load timeout for loading iamges
1 parent 292be41 commit 5419a40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/devfile-acceptanse-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
chectl server:deploy \
8181
--batch \
8282
--platform minikube \
83-
--k8spoddownloadimagetimeout=300000
84-
--k8spodwaittimeout=120000 \
85-
--k8spodreadytimeout=120000 \
83+
--k8spoddownloadimagetimeout=300000 \
84+
--k8spodwaittimeout=240000 \
85+
--k8spodreadytimeout=240000 \
8686
--che-operator-cr-patch-yaml "/tmp/github-minikube-checluster-patch.yaml"
8787
8888
#

0 commit comments

Comments
 (0)