diff options
Diffstat (limited to 'kernel/kapi/devices/bus.stress.cpp')
| -rw-r--r-- | kernel/kapi/devices/bus.stress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kapi/devices/bus.stress.cpp b/kernel/kapi/devices/bus.stress.cpp index 226b0296..3fefc892 100644 --- a/kernel/kapi/devices/bus.stress.cpp +++ b/kernel/kapi/devices/bus.stress.cpp @@ -21,7 +21,7 @@ namespace } // namespace -constexpr auto thread_count = 32; +constexpr auto thread_count = 8; constexpr auto devices_per_thread = 200; SCENARIO("Concurrent attach/detach/lookup on a bus is race-free") |
