]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Merge pull request #1448 from arichardson/add-test-slow-host
authorMartin Matuška <martin@matuska.org>
Sun, 6 Feb 2022 10:29:22 +0000 (11:29 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Feb 2022 10:29:22 +0000 (11:29 +0100)
Reduce test_write_format_7zip_large_lzma1 buffer size

1  2 
libarchive/test/test_write_format_7zip_large.c

index be344a3ef98ef63af00a032f62a84f27e824787d,eb01b3092b6f46a9dff332044de758d38bf212f6..9c5408cb2469ed3b8d16d2a2c3b543a61c9ee2c6
  
  
  #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)
  {