This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  f8bb8c519e4a4eefe5216b5713a602a8f61d6800 (commit)
      from  082f068a5ed504f5e12c5e188a581c2f9915c194 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=f8bb8c519e4a4eefe5216b5713a602a8f61d6800


commit f8bb8c519e4a4eefe5216b5713a602a8f61d6800
Author: Jim Meyering <[email protected]>
Date:   Wed Apr 9 09:05:57 2025 -0700

    tests: mb-non-UTF8-perf-Fw:: avoid false failure on overloaded systems
    
    * tests/mb-non-UTF8-perf-Fw: Raise timeout from 1 to 3s
    to accommodate slow systems.  Reported by Nelson Beebe in
    https://lists.gnu.org/r/grep-devel/2025-04/msg00027.html

diff --git a/tests/mb-non-UTF8-perf-Fw b/tests/mb-non-UTF8-perf-Fw
index eed73e7..3af4877 100755
--- a/tests/mb-non-UTF8-perf-Fw
+++ b/tests/mb-non-UTF8-perf-Fw
@@ -34,6 +34,6 @@ timeout 500 grep -Fw 0 in
 
 # Before fixing the regression, this would have taken minutes.
 # With the fix, it typically completes in well under one second.
-returns_ 1 timeout 30 grep -Fw 0 in || fail=1
+returns_ 3 timeout 30 grep -Fw 0 in || fail=1
 
 Exit $fail

-----------------------------------------------------------------------

Summary of changes:
 tests/mb-non-UTF8-perf-Fw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
grep

Reply via email to