From 6a3d2883fed853ee01079477020091068074e12d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 30 Jun 2020 13:05:55 +0200 Subject: [PATCH] tests: avoid spurious testsuite failure * tests/dd/stats.sh: Increase timeout. Fixes https://bugs.gnu.org/42135 --- tests/dd/stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2