diff --git a/tests/datastore/testthreadproxyds.nim b/tests/datastore/testthreadproxyds.nim index 27c8e82..b42cbb0 100644 --- a/tests/datastore/testthreadproxyds.nim +++ b/tests/datastore/testthreadproxyds.nim @@ -24,7 +24,8 @@ import ./querycommontests const NumThreads = 20 # IO threads aren't attached to CPU count - N = 100 + ThreadTestLoops {.intdefine.} = 10 + N = ThreadTestLoops for i in 1..N: suite "Test Basic ThreadDatastore with SQLite":