From 70b91b0329c17006387b4e6b9a506b99da56a307 Mon Sep 17 00:00:00 2001 From: Ardian Date: Thu, 11 Apr 2024 22:56:45 +0200 Subject: [PATCH] chore: increase limit --- .github/workflows/common_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index 796c5b4c..d3672bbc 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -165,7 +165,7 @@ jobs: os: [ ubuntu-latest ] python-version: [ "3.10" ] - timeout-minutes: 30 + timeout-minutes: 120 steps: - uses: actions/checkout@v2 with: