Skip to content

Commit

Permalink
increase image load timeout for loading iamges
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Nov 23, 2023
1 parent 292be41 commit 5419a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devfile-acceptanse-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
chectl server:deploy \
--batch \
--platform minikube \
--k8spoddownloadimagetimeout=300000
--k8spodwaittimeout=120000 \
--k8spodreadytimeout=120000 \
--k8spoddownloadimagetimeout=300000 \
--k8spodwaittimeout=240000 \
--k8spodreadytimeout=240000 \
--che-operator-cr-patch-yaml "/tmp/github-minikube-checluster-patch.yaml"
#
Expand Down

0 comments on commit 5419a40

Please sign in to comment.