mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
tests: avoid spurious testsuite failure
* tests/dd/stats.sh: Increase timeout. Fixes https://bugs.gnu.org/42135
This commit is contained in:
committed by
Pádraig Brady
parent
947c553ff9
commit
6a3d2883fe
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user