From a4748ef4c6585164734e56643fe284522c832f21 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 27 Sep 2023 15:30:21 -0700 Subject: [PATCH] running 1000+ outer loops --- tests/datastore/testthreadproxyds.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/datastore/testthreadproxyds.nim b/tests/datastore/testthreadproxyds.nim index 8ab5339..841dfcd 100644 --- a/tests/datastore/testthreadproxyds.nim +++ b/tests/datastore/testthreadproxyds.nim @@ -30,7 +30,7 @@ const M = ThreadTestInnerLoops for i in 1..N: - suite "Test Basic ThreadDatastore with SQLite": + suite "Test Basic ThreadDatastore with SQLite " & $i: var sqlStore: SQLiteBackend[KeyId, DataBuffer] @@ -57,7 +57,7 @@ for i in 1..N: GC_fullCollect() for i in 1..N: - suite "Test Query ThreadDatastore with SQLite": + suite "Test Query ThreadDatastore with SQLite " & $i: var sqlStore: SQLiteBackend[KeyId, DataBuffer]