[Pkg-javascript-commits] [node-ws] 01/02: Add patch to increase test timeout
Jérémy Lal
kapouer at moszumanska.debian.org
Tue Dec 20 13:38:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-ws.
commit 56b9854ce27c5767397b4bddd000151178200d0a
Author: Jérémy Lal <kapouer at melix.org>
Date: Tue Dec 20 14:38:31 2016 +0100
Add patch to increase test timeout
---
debian/patches/increase-test-timeout | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/debian/patches/increase-test-timeout b/debian/patches/increase-test-timeout
new file mode 100644
index 0000000..efdf418
--- /dev/null
+++ b/debian/patches/increase-test-timeout
@@ -0,0 +1,16 @@
+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 at melix.org>
+--- a/Makefile
++++ b/Makefile
+@@ -4,7 +4,7 @@
+
+ run-tests:
+ @$(MOCHA) \
+- -t 5000 \
++ -t 15000 \
+ -s 2400 \
+ $(TESTFLAGS) \
+ $(TESTS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ws.git
More information about the Pkg-javascript-commits
mailing list