tests/make: Increment timeout for 0102-signal - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit e19109cd35b8d64480c74389b8faaedf5af9b0ed
(DIR) parent 6d9a517cf4c6b5133030b9744531340d22cef719
(HTM) 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:
M tests/make/execute/0102-signal.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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 :