Lower timeout to 1 minute

This commit is contained in:
roblabla 2015-03-06 23:43:22 +00:00
parent 63fe55e4ed
commit e8370dc65f

View file

@ -217,7 +217,7 @@ describe("packets", function() {
}); });
describe("client", function() { describe("client", function() {
this.timeout(4000000); this.timeout(60 * 1000);
var mcServer; var mcServer;
function startServer(propOverrides, done) { function startServer(propOverrides, done) {