diff --git a/.config/nextest.toml b/.config/nextest.toml index 59fe6d4..084d4e4 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -1,5 +1,5 @@ [test-groups] -holochain-process = { max-threads = 1 } +nff = { max-threads = 1 } [profile.default] @@ -25,4 +25,3 @@ failure-output = "immediate-final" fail-fast = false test-threads = 2 -