summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/storagetest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/storagetest.cpp b/tests/storagetest.cpp
index e339c87..b088670 100644
--- a/tests/storagetest.cpp
+++ b/tests/storagetest.cpp
@@ -160,7 +160,8 @@ private Q_SLOTS:
160 160
161 void testConcurrentRead() 161 void testConcurrentRead()
162 { 162 {
163 const int count = 10000; 163 //With a count of 10000 this test is more likely to expose problems, but also takes some time to execute.
164 const int count = 1000;
164 165
165 populate(count); 166 populate(count);
166 // QTest::qWait(500); 167 // QTest::qWait(500);