mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
Lower timeout to 1 minute
This commit is contained in:
parent
63fe55e4ed
commit
e8370dc65f
@ -217,7 +217,7 @@ describe("packets", function() {
|
||||
});
|
||||
|
||||
describe("client", function() {
|
||||
this.timeout(4000000);
|
||||
this.timeout(60 * 1000);
|
||||
|
||||
var mcServer;
|
||||
function startServer(propOverrides, done) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user