make: increase test timeout

This commit is contained in:
Natanael Copa 2022-09-12 17:50:35 +02:00
parent d2ef7f4edb
commit 58a9262c48
1 changed files with 1 additions and 1 deletions

View File

@ -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