From d1aca5641adfd658aab8feea04b20d5b7ef5304b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:47:10 +0100 Subject: [PATCH] chore(github): increase sdk tests timeout to 120m (#9062) --- .github/workflows/sdk-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk-pull-request.yml b/.github/workflows/sdk-pull-request.yml index 586a0d83ed..35c7f123c9 100644 --- a/.github/workflows/sdk-pull-request.yml +++ b/.github/workflows/sdk-pull-request.yml @@ -141,7 +141,7 @@ jobs: tests: if: github.repository == 'prowler-cloud/prowler' runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 120 permissions: contents: read strategy: