Skip to content

Commit 89f2159

Browse files
increase image load timeout
1 parent f0ed422 commit 89f2159

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
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,8 +80,9 @@ jobs:
8180
chectl server:deploy \
8281
--batch \
8382
--platform minikube \
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
#
@@ -102,8 +102,11 @@ jobs:
102102

103103
- name: Run Devfile acceptance Workspace API test
104104
run: |
105+
kubectl create namespace eclipse-che-test
106+
kubectl config set-context --current --namespace=eclipse-che-test
105107
cd che/tests/e2e
106108
npm ci
109+
export TEST_NAMESPACE=che
107110
export TS_PLATFORM=kubernetes
108111
export MOCHA_DIRECTORY=api
109112
export TS_API_TEST_KUBERNETES_COMMAND_LINE_TOOL=kubectl

0 commit comments

Comments
 (0)