Repository: usergrid Updated Branches: refs/heads/master 40faf7ec0 -> a652838d1
Increase the timeout for the before hook() in node.js integration tests. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/a652838d Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/a652838d Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/a652838d Branch: refs/heads/master Commit: a652838d18c7312113adc0e985a4d89fefebf9d0 Parents: 40faf7e Author: Michael Russo <[email protected]> Authored: Wed Mar 2 20:40:36 2016 -0800 Committer: Michael Russo <[email protected]> Committed: Wed Mar 2 20:40:36 2016 -0800 ---------------------------------------------------------------------- tests/integration/test/main.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/a652838d/tests/integration/test/main.js ---------------------------------------------------------------------- diff --git a/tests/integration/test/main.js b/tests/integration/test/main.js index 5a048bc..21b2c97 100644 --- a/tests/integration/test/main.js +++ b/tests/integration/test/main.js @@ -27,6 +27,7 @@ var colors = require('colors'); describe("** Usergrid REST Integration Tests **", function() { before(function(done) { + this.timeout(30000); console.log(" setup"); setup.do(function(err) { should(err).be.null;
