From a48de48fc794a4f6220e82bca437b84ec71695e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Wed, 3 Jan 2024 22:52:13 +0100 Subject: [PATCH] ci: update timeout to maximum length --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 10745ff..7f0461e 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -54,7 +54,7 @@ jobs: # runs-on: buildjet-16vcpu-ubuntu-2204 runs-on: ubuntu-latest - timeout-minutes: 80 + timeout-minutes: 360 steps: - name: Checkout sources uses: actions/checkout@v3