From 2a07a60b3a501e98b91e83b702a13d3dcbe66ed7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 30 Jul 2015 13:44:24 +0200 Subject: Made storagetest quicker. --- tests/storagetest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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: void testConcurrentRead() { - const int count = 10000; + //With a count of 10000 this test is more likely to expose problems, but also takes some time to execute. + const int count = 1000; populate(count); // QTest::qWait(500); -- cgit v1.2.3