summaryrefslogtreecommitdiffstats
path: root/test/maid_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-17 15:43:19 +0100
committerDavid Robillard <d@drobilla.net>2019-03-17 15:43:19 +0100
commit86f05e18c1e708fd0f72f3668f1e7446dbb4c69d (patch)
treeb8594f227891e0949c4932deb9c7efb8939a5e24 /test/maid_test.cpp
parente0049be46dd324f9d23d666b0e7915a57f7c0ebe (diff)
downloadraul-86f05e18c1e708fd0f72f3668f1e7446dbb4c69d.tar.gz
raul-86f05e18c1e708fd0f72f3668f1e7446dbb4c69d.tar.bz2
raul-86f05e18c1e708fd0f72f3668f1e7446dbb4c69d.zip
Reduce test duration slightly
Diffstat (limited to 'test/maid_test.cpp')
-rw-r--r--test/maid_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maid_test.cpp b/test/maid_test.cpp
index 94e09c6..c2a5856 100644
--- a/test/maid_test.cpp
+++ b/test/maid_test.cpp
@@ -29,7 +29,7 @@
using Raul::Maid;
static const size_t n_threads = 8U;
-static const size_t n_junk_per_thread = 1U << 18U;
+static const size_t n_junk_per_thread = 1U << 16U;
static std::atomic<size_t> n_junk(0);
static std::atomic<size_t> n_finished_threads(0);