From 2d350877ddd5244b3b23b2b0d2878025e4756795 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Wed, 24 Apr 2024 10:33:34 +0900 Subject: [PATCH] ci: increase token distribution build times by 5 mins --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 820c506688..4039643392 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -604,7 +604,7 @@ 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 @@ -612,7 +612,7 @@ jobs: # 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