From 752b447f3e3619a6f2d3f0879a2ea6e2a6809be8 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 21 Mar 2016 20:33:26 +0200 Subject: [PATCH] Fix the testsuite * tests/sparse06.at: Don't use timeout: depending on the filesystem mounted, current LA and lots of other factors, creation of archive can take much more time than the expected 2 seconds. --- tests/sparse06.at | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/sparse06.at b/tests/sparse06.at index b18bf826..70141252 100644 --- a/tests/sparse06.at +++ b/tests/sparse06.at @@ -31,11 +31,10 @@ cmp smallsparse out/smallsparse AT_TAR_CHECK([ AT_SEEKHOLE_PREREQ -AT_TIMEOUT_PREREQ TAR_OPTIONS="$TAR_OPTIONS --hole-detection=seek" genfile --sparse --file bigsparse 0 ABC 8G DEF -timeout 2 tar -cSf a bigsparse +tar -cSf a bigsparse test $? -eq 0 || exit 1 check_pattern([0 ABC]) -- 2.47.2