every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
10
third_party/iroh-org/iroh-gossip/.config/nextest.toml
vendored
Normal file
10
third_party/iroh-org/iroh-gossip/.config/nextest.toml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue