mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-09 08:10:23 +00:00
make: increase test timeout
This commit is contained in:
parent
d2ef7f4edb
commit
58a9262c48
2
Makefile
2
Makefile
@ -106,7 +106,7 @@ tests/Kyuafile: $(wildcard tests/*_test)
|
|||||||
echo "syntax(2)" > $@
|
echo "syntax(2)" > $@
|
||||||
echo "test_suite('abuild')" >> $@
|
echo "test_suite('abuild')" >> $@
|
||||||
for i in $(notdir $(wildcard tests/*_test)); do \
|
for i in $(notdir $(wildcard tests/*_test)); do \
|
||||||
echo "atf_test_program{name='$$i',timeout=5}" >> $@ ; \
|
echo "atf_test_program{name='$$i',timeout=10}" >> $@ ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
Kyuafile: tests/Kyuafile
|
Kyuafile: tests/Kyuafile
|
||||||
|
Loading…
Reference in New Issue
Block a user