From 365da3aa3689cb6aca788b2a7933e17da6dee22a Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Wed, 23 Oct 2024 16:55:41 +0300 Subject: [PATCH 1/2] Increase Che deployment timeout in PR check --- .github/workflows/pr-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 446c1d6fde5..2d5a6a80803 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -74,8 +74,8 @@ jobs: chectl server:deploy \ --batch \ --platform minikube \ - --k8spodwaittimeout=120000 \ - --k8spodreadytimeout=120000 \ + --k8spodwaittimeout=240000 \ + --k8spodreadytimeout=240000 \ --che-operator-cr-patch-yaml "/tmp/github-minikube-checluster-patch.yaml" # From 17e53d98e2c371b0c0f0ca1ec81c233f8b05c5c8 Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Wed, 23 Oct 2024 17:17:40 +0300 Subject: [PATCH 2/2] Increase Che deployment timeout to 8 minutes --- .github/workflows/pr-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 2d5a6a80803..7eea4b6860b 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -74,8 +74,8 @@ jobs: chectl server:deploy \ --batch \ --platform minikube \ - --k8spodwaittimeout=240000 \ - --k8spodreadytimeout=240000 \ + --k8spodwaittimeout=480000 \ + --k8spodreadytimeout=480000 \ --che-operator-cr-patch-yaml "/tmp/github-minikube-checluster-patch.yaml" #