From: Martin Matuška Date: Sun, 6 Feb 2022 10:29:22 +0000 (+0100) Subject: Merge pull request #1448 from arichardson/add-test-slow-host X-Git-Tag: v3.6.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404873ce40a06f4ff05f76ecbc139a8fabb32d7c;p=thirdparty%2Flibarchive.git Merge pull request #1448 from arichardson/add-test-slow-host Reduce test_write_format_7zip_large_lzma1 buffer size --- 404873ce40a06f4ff05f76ecbc139a8fabb32d7c diff --cc libarchive/test/test_write_format_7zip_large.c index be344a3ef,eb01b3092..9c5408cb2 --- a/libarchive/test/test_write_format_7zip_large.c +++ b/libarchive/test/test_write_format_7zip_large.c @@@ -25,10 -25,9 +25,10 @@@ #include "test.h" +#include "test_utils.h" __FBSDID("$FreeBSD$"); - #define LARGE_SIZE (16*1024*1024) + #define LARGE_SIZE (1*1024*1024) static void test_large(const char *compression_type) {