aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/devices/bus.stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kapi/devices/bus.stress.cpp')
-rw-r--r--kernel/kapi/devices/bus.stress.cpp2
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")