diff options
author | 2023-04-04 16:50:03 -0700 | |
---|---|---|
committer | 2023-04-04 16:50:03 -0700 | |
commit | d8360ab3cfd080b1a3ad72fa4ff623d8c4cf9fe7 (patch) | |
tree | 3a64aa32448126d6b6fa5331fb0d6b08513a5626 | |
parent | a369fc8c8969b0f2d823bed5a7565d245311345b (diff) | |
download | bun-d8360ab3cfd080b1a3ad72fa4ff623d8c4cf9fe7.tar.gz bun-d8360ab3cfd080b1a3ad72fa4ff623d8c4cf9fe7.tar.zst bun-d8360ab3cfd080b1a3ad72fa4ff623d8c4cf9fe7.zip |
:clock1: :clock2: :clock3:
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index 07d770354..a448b3ac1 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -152,7 +152,7 @@ jobs: runs-on: ubuntu-latest needs: [linux] if: github.event_name == 'pull_request' - timeout-minutes: 10 + timeout-minutes: 20 outputs: failing_tests: ${{ steps.test.outputs.failing_tests }} failing_tests_count: ${{ steps.test.outputs.failing_tests_count }} |