aboutsummaryrefslogtreecommitdiff
path: root/tests/builtin/timeout.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/builtin/timeout.testscript')
-rw-r--r--tests/builtin/timeout.testscript4
1 files 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
: