From f2cdc67e2d20badf53ada3085863ddeef27b3890 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Fri, 7 Aug 2026 16:44:05 +0300 Subject: [PATCH] ci(security): increase runtime smoke timeout --- .github/workflows/SECURITY_CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SECURITY_CI.yml b/.github/workflows/SECURITY_CI.yml index e691bfa..add3e37 100644 --- a/.github/workflows/SECURITY_CI.yml +++ b/.github/workflows/SECURITY_CI.yml @@ -447,7 +447,7 @@ jobs: runtime-smoke: name: Runtime Smoke and CLI Checks runs-on: ubuntu-latest - timeout-minutes: 35 + timeout-minutes: 90 steps: - name: Checkout umbrella repository