bump test runs and do query too

This commit is contained in:
Jaremy Creechley 2023-09-19 15:30:31 -07:00
parent e03cc48b7b
commit 89605d3f3e
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -48,7 +48,7 @@ proc testBasicSqllite() =
basicStoreTests(ds, key, bytes, otherBytes)
GC_fullCollect()
for i in 1..100:
for i in 1..200:
testBasicSqllite()
GC_fullCollect()
@ -75,9 +75,9 @@ proc testQuerySqllite() =
queryTests(ds, true)
GC_fullCollect()
# for i in 1..100:
# testQuerySqllite()
# GC_fullCollect()
for i in 1..200:
testQuerySqllite()
GC_fullCollect()
proc testFsDs() =
suite "Test Basic ThreadDatastore with fsds":