mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Lower timeout to 1 minute
This commit is contained in:
parent
63fe55e4ed
commit
e8370dc65f
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ describe("packets", function() {
|
|||
});
|
||||
|
||||
describe("client", function() {
|
||||
this.timeout(4000000);
|
||||
this.timeout(60 * 1000);
|
||||
|
||||
var mcServer;
|
||||
function startServer(propOverrides, done) {
|
||||
|
|
Loading…
Reference in a new issue