mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
increase timeout because 1.18 server is slow to boot
This commit is contained in:
parent
4de82e4b3f
commit
6b95cc8711
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for (const supportedVersion of mc.supportedVersions) {
|
|||
})
|
||||
|
||||
describe('offline', function () {
|
||||
this.timeout(90 * 1000)
|
||||
this.timeout(240 * 1000)
|
||||
before(async () => {
|
||||
console.log(new Date() + 'starting server ' + version.minecraftVersion)
|
||||
await new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in a new issue