From: Andreas Schwab Date: Tue, 30 Jun 2020 11:05:55 +0000 (+0200) Subject: tests: avoid spurious testsuite failure X-Git-Tag: v9.0~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3d2883fed853ee01079477020091068074e12d;p=thirdparty%2Fcoreutils.git tests: avoid spurious testsuite failure * tests/dd/stats.sh: Increase timeout. Fixes https://bugs.gnu.org/42135 --- diff --git a/tests/dd/stats.sh b/tests/dd/stats.sh index 22ba3b014e..fe5302de82 100755 --- a/tests/dd/stats.sh +++ b/tests/dd/stats.sh @@ -50,7 +50,7 @@ for open in '' '1'; do # dd will block on open until fifo is opened for reading. # Timeout in case dd goes away erroneously which we check for below. - timeout 20 sh -c 'wc -c < fifo > nwritten' & pid2=$! + timeout 60 sh -c 'wc -c < fifo > nwritten' & pid2=$! # Send lots of signals immediately to ensure dd not killed due # to race setting handler, or blocking on open of fifo.