From cb6f5262b51cd9ceb625d6919c80d0967a27cc03 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 27 Mar 2021 22:02:36 +0300 Subject: Fix occasionally failing timeout builtin test --- tests/builtin/timeout.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/builtin/timeout.testscript b/tests/builtin/timeout.testscript index de81c6c..b8eddc3 100644 --- a/tests/builtin/timeout.testscript +++ b/tests/builtin/timeout.testscript @@ -6,7 +6,7 @@ { : expired : - $* -s 3 'cat' <'test' | $* -t 1 'cat' >=f 2>'timeout expired' != 0 + $* -s 5 'cat' <'test' | $* -t 1 'cat' >=f 2>'timeout expired' != 0 : not-expired : @@ -18,7 +18,7 @@ { : expired : - $* -s 3 'cat' <'test' | $* -t 1 'roundtrip' >=f 2>'timeout expired' != 0 + $* -s 5 'cat' <'test' | $* -t 1 'roundtrip' >=f 2>'timeout expired' != 0 : not-expired : -- cgit v1.1