From 10892eddbc0ea4bf7d20713765d3eae69b150d43 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Tue, 10 Dec 2024 23:00:54 +0800 Subject: [PATCH] [ci] increase backend job timeout to 1 day Signed-off-by: Avimitin --- .github/workflows/pd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pd.yml b/.github/workflows/pd.yml index 79af00975..4a2545321 100644 --- a/.github/workflows/pd.yml +++ b/.github/workflows/pd.yml @@ -51,11 +51,13 @@ jobs: nix build ".#t1.${testConfig}.${testAttr}.rtl" -L physical-design-report: + timeout-minutes: 1440 name: "Request physical design report" if: ${{ success() && (contains(github.event.pull_request.labels.*.name, 'PD-Lane') || contains(github.event.pull_request.labels.*.name, 'PD-Lane-DBG'))}} runs-on: [self-hosted, linux, nixos, BIGRAM] needs: [test-emit] strategy: + fail-fast: false matrix: config: - blastoise