increase some sleep and time limits, reported by Dr. Werner Fink

from OpenSuSE: their qemu-based powerpc systems have timing issues
This commit is contained in:
tg 2017-12-15 13:35:34 +00:00
parent 11953c9605
commit a685208b7f

View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.799 2017/10/17 23:45:16 tg Exp $ # $MirOS: src/bin/mksh/check.t,v 1.800 2017/12/15 13:35:34 tg Exp $
# -*- mode: sh -*- # -*- mode: sh -*-
#- #-
# Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
@ -3328,7 +3328,7 @@ stdin:
echo B echo B
) & ) &
' & ' &
sleep 2 sleep 5
echo Left overs: * echo Left overs: *
expected-stdout: expected-stdout:
A A
@ -3392,7 +3392,7 @@ stdin:
(sleep 1; foo) & (sleep 1; foo) &
foo foo
' & ' &
sleep 2 sleep 5
echo Left overs: * echo Left overs: *
expected-stdout: expected-stdout:
hi hi
@ -6702,7 +6702,7 @@ name: regression-65
description: description:
check for a regression with sleep builtin and signal mask check for a regression with sleep builtin and signal mask
category: !nojsig category: !nojsig
time-limit: 3 time-limit: 5
stdin: stdin:
sleep 1 sleep 1
echo blub |& echo blub |&