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