aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-20 05:40:20 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-20 05:40:20 -0700
commitc33df9e99f9c35ba43b4a6f593dd449a69500641 (patch)
treee31ab9e69cdb266cb3a4cbbf97b0e4480ace6983
parent4dc0364201cfb08f5f3a7a6f9d1f2975600761e4 (diff)
downloadbun-c33df9e99f9c35ba43b4a6f593dd449a69500641.tar.gz
bun-c33df9e99f9c35ba43b4a6f593dd449a69500641.tar.zst
bun-c33df9e99f9c35ba43b4a6f593dd449a69500641.zip
Increase timeouts :(
-rw-r--r--.github/workflows/bun-mac-x64-baseline.yml2
-rw-r--r--.github/workflows/bun-mac-x64.yml2
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 }}