Skip to content

Commit

Permalink
Actions: reduce TEST_STATS_DELAY further to 1.5s
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 19, 2024
1 parent 4330e44 commit de50733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: RUST_HTTP_API_CLIENT_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh

- name: Run tests
run: RUST_BACKTRACE=1 TEST_STATS_DELAY=2000 NEXTEST_RETRIES=4 cargo nextest run --workspace --no-fail-fast --all-features
run: RUST_BACKTRACE=1 TEST_STATS_DELAY=1500 NEXTEST_RETRIES=4 cargo nextest run --workspace --no-fail-fast --all-features

0 comments on commit de50733

Please sign in to comment.