summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9782806..1003f13 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ tests/Kyuafile: $(wildcard tests/*_test)
echo "syntax(2)" > $@
echo 'test_suite("alpine-conf")' >> $@
for i in $(notdir $(wildcard tests/*_test)); do \
- echo "atf_test_program{name='$$i',timeout=2}" >> $@ ; \
+ echo "atf_test_program{name='$$i',timeout=5}" >> $@ ; \
done
Kyuafile: