From 86f05e18c1e708fd0f72f3668f1e7446dbb4c69d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Mar 2019 15:43:19 +0100 Subject: Reduce test duration slightly --- test/ringbuffer_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ringbuffer_test.cpp') 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]); } -- cgit v1.2.1