bug#42135: [PATCH] Fix spurious testsuite failure

2020-06-30 Thread Pádraig Brady

On 30/06/2020 12:05, Andreas Schwab wrote:

* tests/dd/stats.sh: Bump timeout.
---
  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 22ba3b014..fe5302de8 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.



Pushed. Marking as done.

thanks,
Pádraig





bug#42135: [PATCH] Fix spurious testsuite failure

2020-06-30 Thread Andreas Schwab
* tests/dd/stats.sh: Bump timeout.
---
 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 22ba3b014..fe5302de8 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.27.0


-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."