change the default ping timeout to 3 seconds and make it configurable

This commit is contained in:
Spencer Alger
2015-03-26 12:34:09 -07:00
parent 9a447943a4
commit 307dc44316
4 changed files with 10 additions and 3 deletions

View File

@ -220,7 +220,7 @@ module.exports = function (branch, done) {
}
if (name === 'ping') {
spec.requestTimeout = 100;
spec.requestTimeout = 3000;
}
var urls = _.difference(def.url.paths, overrides.aliases[name]);