Skip to content

Commit 292be41

Browse files
increase image load timeout
1 parent f0ed422 commit 292be41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
#
7070
# load Che-Code image into minikube
7171
#
72-
minikube image load quay.io/eclipse/che-plugin-registry:next
7372
minikube image list --format table
7473
7574
# get patch file to set up resources
@@ -81,6 +80,7 @@ jobs:
8180
chectl server:deploy \
8281
--batch \
8382
--platform minikube \
83+
--k8spoddownloadimagetimeout=300000
8484
--k8spodwaittimeout=120000 \
8585
--k8spodreadytimeout=120000 \
8686
--che-operator-cr-patch-yaml "/tmp/github-minikube-checluster-patch.yaml"

0 commit comments

Comments
 (0)