Skip to content

Commit

Permalink
Merge pull request #444 from dmytro-ndp/patch-2
Browse files Browse the repository at this point in the history
Increase Che deployment timeout in PR check
  • Loading branch information
RomanNikitenko authored Oct 23, 2024
2 parents 48cc3bc + 77d56fb commit 9bca7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test-pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ jobs:
chectl server:deploy \
--batch \
--platform minikube \
--k8spodwaittimeout=120000 \
--k8spodreadytimeout=120000 \
--k8spodwaittimeout=480000 \
--k8spodreadytimeout=480000 \
--che-operator-cr-patch-yaml "${GITHUB_WORKSPACE}/build/test/github-minikube-checluster-patch.yaml"
#
Expand Down

0 comments on commit 9bca7f2

Please sign in to comment.