increase timeout because 1.18 server is slow to boot

This commit is contained in:
Romain Beaumont 2021-12-12 18:44:18 +01:00 committed by GitHub
parent 4de82e4b3f
commit 6b95cc8711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {