summaryrefslogtreecommitdiffstats
path: root/test/ringbuffer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ringbuffer_test.cpp')
-rw-r--r--test/ringbuffer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp
index daae419..8713be3 100644
--- a/test/ringbuffer_test.cpp
+++ b/test/ringbuffer_test.cpp
@@ -123,7 +123,7 @@ main(int argc, char** argv)
Context ctx;
- size_t size = 1024;
+ size_t size = 512;
if (argc > 1) {
size = std::stoul(argv[1]);
}