From 047f4c4d799f46c8c0aa44b594d3afe416758280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Tue, 21 Oct 2014 15:02:28 +0200 Subject: Further limit the sparse file testing on OS X At 4GiB the CI test system still spends a considerable amount of time testing this. Tune the size down to 16 MiB. Change-Id: I417aa6829fcc734e5de4d7d34e503190f6b291e5 Reviewed-by: Friedemann Kleint --- tests/auto/corelib/io/largefile/tst_largefile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/io') diff --git a/tests/auto/corelib/io/largefile/tst_largefile.cpp b/tests/auto/corelib/io/largefile/tst_largefile.cpp index bedbeb6181..62410f7c80 100644 --- a/tests/auto/corelib/io/largefile/tst_largefile.cpp +++ b/tests/auto/corelib/io/largefile/tst_largefile.cpp @@ -75,7 +75,7 @@ public: #elif defined(Q_OS_MAC) // HFS+ does not support sparse files, so we limit file size for the test // on Mac OS. - maxSizeBits = 32; // 4 GiB + maxSizeBits = 24; // 16 MiB #else maxSizeBits = 24; // 16 MiB #endif -- cgit v1.2.3