diff options
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 2 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml index d8198e795..60a3b681c 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -393,7 +393,7 @@ jobs: runs-on: ${{ matrix.runner }} needs: [macOS] if: github.event_name == 'pull_request' - timeout-minutes: 10 + timeout-minutes: 30 outputs: failing_tests: ${{ steps.test.outputs.failing_tests }} failing_tests_count: ${{ steps.test.outputs.failing_tests_count }} diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index b46d29598..4e8b72ebe 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -395,7 +395,7 @@ jobs: runs-on: ${{ matrix.runner }} needs: [macOS] if: github.event_name == 'pull_request' - timeout-minutes: 10 + timeout-minutes: 30 outputs: failing_tests: ${{ steps.test.outputs.failing_tests }} failing_tests_count: ${{ steps.test.outputs.failing_tests_count }} |