From ced33bf9972b9176355771abf7b72146d92dee95 Mon Sep 17 00:00:00 2001 From: Vyas Nellutla Date: Sun, 17 Mar 2024 21:19:58 -0500 Subject: [PATCH] fix: shrink timeout --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4729a40..2e42968 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: integration-stest: name: Integration Test runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 10 steps: - uses: actions/checkout@v4.1.2 - uses: AbsaOSS/k3d-action@v2.4.0