Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluencelabs/decider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ee650f39229c18d0ec95825da7f64a4deb3f149
Choose a base ref
..
head repository: fluencelabs/decider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fea5cd55a7a49d7958a9558f7feb039f66579c6d
Choose a head ref
Showing with 12 additions and 0 deletions.
  1. +12 −0 src/tests/decider-distro-tests-rs/.config/nextest.toml
12 changes: 12 additions & 0 deletions src/tests/decider-distro-tests-rs/.config/nextest.toml
Original file line number Diff line number Diff line change
@@ -2,6 +2,18 @@
[store]
dir = "target/nextest"

[profile.default]
retries = 0
test-threads = "num-cpus"
threads-required = 2
status-level = "pass"
final-status-level = "fail"
failure-output = "immediate"
success-output = "never"
fail-fast = false
slow-timeout = { period = "60s", terminate-after = 2 }
leak-timeout = "100ms"

[profile.ci]
fail-fast = false