[Pkg-javascript-commits] [node-foreground-child] 01/03: Increase timeout in order to avoid build failure
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Sep 1 12:25:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-foreground-child.
commit 8dc434889ad9d9df2e51c145109fc46a0e66bba3
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Sep 1 14:08:50 2017 +0200
Increase timeout in order to avoid build failure
forwarded: no
---
test/immortal-child.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/immortal-child.js b/test/immortal-child.js
index d66e057..b58e755 100644
--- a/test/immortal-child.js
+++ b/test/immortal-child.js
@@ -38,7 +38,7 @@ function test () {
t.end()
})
- var time = 250
+ var time = 250*4
// coverage slows things down a bit
if (process.env._TAP_COVERAGE_)
time = 1000
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-foreground-child.git
More information about the Pkg-javascript-commits
mailing list