diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-30 13:44:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-30 13:44:24 +0200 |
commit | 2a07a60b3a501e98b91e83b702a13d3dcbe66ed7 (patch) | |
tree | 5e91011b637ffbc467f6babd394e20a5ac1e71a2 /tests/storagetest.cpp | |
parent | 01adeefb24bf72f1015e93aa5f075f93f56d94da (diff) | |
download | sink-2a07a60b3a501e98b91e83b702a13d3dcbe66ed7.tar.gz sink-2a07a60b3a501e98b91e83b702a13d3dcbe66ed7.zip |
Made storagetest quicker.
Diffstat (limited to 'tests/storagetest.cpp')
-rw-r--r-- | tests/storagetest.cpp | 3 |
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); |