Skip to content

Commit

Permalink
Lower timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 31, 2024
1 parent d6bb02d commit ce86eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: "llvm,cranelift"
os: macos-13
timeout-minutes: 600
timeout-minutes: 240
runs-on: "${{ matrix.os }}"
steps:
- name: disable git crlf conversion
Expand Down
2 changes: 1 addition & 1 deletion src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ x--expand-yaml-anchors--remove:
if: success() && !env.SKIP_JOB

- &base-ci-job
timeout-minutes: 600
timeout-minutes: 240
runs-on: "${{ matrix.os }}"
env: *shared-ci-variables
steps:
Expand Down

0 comments on commit ce86eaa

Please sign in to comment.