scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit e19109cd35b8d64480c74389b8faaedf5af9b0ed
parent 6d9a517cf4c6b5133030b9744531340d22cef719
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Fri, 17 Oct 2025 09:40:03 +0200

tests/make: Increment timeout for 0102-signal

This tests shows to be a bit flaky. Increment the time
can help a bit.

Diffstat:
Mtests/make/execute/0102-signal.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/make/execute/0102-signal.sh b/tests/make/execute/0102-signal.sh @@ -21,7 +21,7 @@ adir: EOF pid=$! -sleep 10 && echo timeout >&2 && kill $$ 2>/dev/null & +sleep 20 && echo timeout >&2 && kill $$ 2>/dev/null & timer=$! while :