Skip to content

Commit

Permalink
Merge pull request #282 from dora-rs/fix-ci
Browse files Browse the repository at this point in the history
CI: Increase timeout for 'build CLI and binaries' step
  • Loading branch information
phil-opp authored May 4, 2023
2 parents f54b25c + 4e72a8b commit 2f83a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: "Build cli and binaries"
timeout-minutes: 30
timeout-minutes: 45
run: |
cargo install --path binaries/coordinator
cargo install --path binaries/daemon
Expand Down

0 comments on commit 2f83a64

Please sign in to comment.