texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Thu, 8 Apr 2021 15:18:57 -0400 (EDT)

branch: master
commit 3cc47b4f16c1ac06082e282bbfb5d7855c0d10b5
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Apr 8 20:12:30 2021 +0100

    * info/t/Init-test.inc (run_ginfo): Increase timeout for
    test from 3 to 5 seconds in an attempt to stop test failures.
---
 ChangeLog            | 5 +++++
 info/t/Init-test.inc | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bb399a6..b3e0523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-03-27  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * info/t/Init-test.inc (run_ginfo): Increase timeout for
+       test from 3 to 5 seconds in an attempt to stop test failures.
+
 2021-03-24  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.texi (Multitable Column Widths): Mention effect
diff --git a/info/t/Init-test.inc b/info/t/Init-test.inc
index 69b3f9d..f09d342 100644
--- a/info/t/Init-test.inc
+++ b/info/t/Init-test.inc
@@ -177,6 +177,6 @@ run_ginfo ()
     exec $ginfo "$@" 0<>$pts_device 1<&0 ;
   ) &
   ginfo_pid=$!
-  (sleep 3 ; kill $ginfo_pid) &
+  (sleep 5 ; kill $ginfo_pid) &
   killer_pid=$!
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]