From a9a8990fb3b8ff4765151bccea9667e4b6a4fc0c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Aug 2023 13:41:42 -0700 Subject: [PATCH] Bump extrac26 timeout * tests/extrac26.at: Increase timeout from 15 to 60 s. On my old machine it took 15 s. --- tests/extrac26.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/extrac26.at b/tests/extrac26.at index 48fe468b..35005b1a 100644 --- a/tests/extrac26.at +++ b/tests/extrac26.at @@ -31,7 +31,7 @@ tar -cf archive.tar dirtree echo Extracting archive mkdir output -timeout 15 tar -xf archive.tar --delay-directory-restore -C output +timeout 60 tar -xf archive.tar --delay-directory-restore -C output ], [0], [Creating dirtree -- 2.47.3