Skip to content

Commit

Permalink
CI: reduce verbosity in long faucet chain test (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 23, 2024
1 parent 011a765 commit 98b8dce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/long_faucet_chain_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ on:

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
LINERA_STORAGE_SERVICE: 127.0.0.1:1235
RUST_LOG: warn
RUST_LOG_FORMAT: plain

jobs:
long-faucet-chain-test:
runs-on: ubuntu-latest-16-cores
timeout-minutes: 180
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 98b8dce

Please sign in to comment.