From 52cce6d3b543f5802056e018e2ecf06550905765 Mon Sep 17 00:00:00 2001 From: Alex Malins Date: Sun, 4 Aug 2024 23:45:29 +0900 Subject: [PATCH] bump timeout --- .github/workflows/code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 24978c6..66c28c8 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -17,7 +17,7 @@ jobs: run: shell: bash runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 60 steps: - name: Check out code repository