Skip to content

Commit

Permalink
ci: increase token distribution build times by 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Apr 24, 2024
1 parent f7beaa9 commit 2d35087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -604,15 +604,15 @@ jobs:

- name: Build binaries
run: cargo build --release --features=local-discovery,distribution --bin safenode --bin faucet
timeout-minutes: 30
timeout-minutes: 35

- name: Build testing executable
run: cargo test --release --features=local-discovery,distribution --no-run
env:
# only set the target dir for windows to bypass the linker issue.
# happens if we build the node manager via testnet action
CARGO_TARGET_DIR: ${{ matrix.os == 'windows-latest' && './test-target' || '.' }}
timeout-minutes: 30
timeout-minutes: 35

- name: Start a local network
uses: maidsafe/sn-local-testnet-action@main
Expand Down

0 comments on commit 2d35087

Please sign in to comment.