soft3/radio/.config/nextest.toml

[test-groups]
run-in-isolation = { max-threads = 32 } 
# these are tests that must not run with other tests concurrently. All tests in
# this group can take up at most 32 threads among them, but each one requiring
# 16 threads also. The effect should be that tests run isolated.

profile.ci.overrides
filter = 'test(::run_in_isolation::)'
test-group = 'run-in-isolation'
threads-required = 32

profile.default.overrides
filter = 'test(::run_in_isolation::)'
test-group = 'run-in-isolation'
threads-required = 32

[profile.default]
slow-timeout = { period = "10s", terminate-after = 3 }

Homonyms

cyb/wysm/.config/nextest.toml
soft3/radio/iroh-docs/.config/nextest.toml
soft3/radio/iroh-blobs/.config/nextest.toml
soft3/radio/iroh-gossip/.config/nextest.toml
soft3/radio/quinn/.config/nextest.toml
soft3/radio/iroh-willow/.config/nextest.toml

Graph