From b1b2f6b9b283dab42ca59ead11edb4e6971cd568 Mon Sep 17 00:00:00 2001 From: Jason Chen <118808544+n1cogrv@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:33:46 +0800 Subject: [PATCH] fix: GitHub Action timeout-minutes set to 30. --- .github/workflows/test-build-on-dispatch.yml | 2 +- .github/workflows/test-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build-on-dispatch.yml b/.github/workflows/test-build-on-dispatch.yml index 8dd0efe..b8785c5 100644 --- a/.github/workflows/test-build-on-dispatch.yml +++ b/.github/workflows/test-build-on-dispatch.yml @@ -20,7 +20,7 @@ on: jobs: test: name: Test Build on Dispatch/Demand - timeout-minutes: 15 + timeout-minutes: 30 runs-on: ubuntu-22.04 steps: - name: Checkout diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 7afe199..3f42f07 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -12,7 +12,7 @@ on: jobs: test: name: Test Build - timeout-minutes: 15 + timeout-minutes: 30 runs-on: ubuntu-22.04 steps: - name: Checkout