From e558ed7fc72c2d6cbf4e9ae4b4a2663f032cdb7b Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 9 Jun 2016 11:23:33 +0200 Subject: [PATCH] make file size test faster by removing 16GB test file --- testing/test_multivol.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testing/test_multivol.py b/testing/test_multivol.py index 7afe2ef..22e00a8 100644 --- a/testing/test_multivol.py +++ b/testing/test_multivol.py @@ -174,7 +174,7 @@ class MultivolGnuFormatTest(BaseTest): # create test files of different sizes size_factor = 4 - n_sizes = 14 # 1,4,16,64,256,1KiB=4**5 ... 1MiB=4**10 ... 1GiB=4**15 + n_sizes = 13 # 1,4,16,64,256,1KiB=4**5 ... 1MiB=4**10 ... 1GiB=4**15 next_size = 1 sizes = [] file_names = [] -- 1.7.1