GHA: Increase kbs-client install timeout to 20 minutes

The `kbs-client` installation step was timing out at 10 minutes on
the downgraded zVSI profile (4 vCPU x 8 GB). Double the timeout to
20 minutes to accommodate the slower build/download speed on this
instance profile.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi
2026-07-13 13:15:05 +02:00
committed by Fabiano Fidêncio
parent 42e7b9844f
commit f10f0f16e9

View File

@@ -134,7 +134,7 @@ jobs:
if: ${{ startsWith(matrix.vmm, 'qemu-coco-dev') }}
- name: Install `kbs-client`
timeout-minutes: 10
timeout-minutes: 20
run: bash tests/integration/kubernetes/gha-run.sh install-kbs-client
if: ${{ startsWith(matrix.vmm, 'qemu-coco-dev') }}