mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 15:02:59 +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 "test_suite('abuild')" >> $@
|
||||
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
|
||||
|
||||
Kyuafile: tests/Kyuafile
|
||||
|
Loading…
Reference in New Issue
Block a user