Description: increase tests timeout
 this is needed in slow buildd environment
Forwarded: not-needed
Last-Update: 2016-12-20
Author: Jérémy Lal <kapouer@melix.org>
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 run-tests:
 	@$(MOCHA) \
-		-t 5000 \
+		-t 15000 \
 		-s 2400 \
 		$(TESTFLAGS) \
 		$(TESTS)
