From d1f503fa964b271398fa710582f6936d70fdbee7 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 26 Sep 2023 20:53:28 -0700 Subject: [PATCH] reduce thread count --- tests/datastore/testthreadproxyds.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/datastore/testthreadproxyds.nim b/tests/datastore/testthreadproxyds.nim index cfef8e6..14a41b6 100644 --- a/tests/datastore/testthreadproxyds.nim +++ b/tests/datastore/testthreadproxyds.nim @@ -22,7 +22,7 @@ import pkg/datastore/threads/threadproxyds {.all.} import ./dscommontests import ./querycommontests -const NumThreads = 200 # IO threads aren't attached to CPU count +const NumThreads = 20 # IO threads aren't attached to CPU count suite "Test Basic ThreadProxyDatastore": var