increase test timeout

This commit is contained in:
Romain Beaumont 2018-05-25 23:17:49 +02:00
parent ed2f5df538
commit 9f2e8e0a36
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -24,7 +24,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
const Item = require('prismarine-item')(supportedVersion)
describe('server with mineflayer connection ' + version.minecraftVersion, () => {
jest.setTimeout(60 * 1000)
jest.setTimeout(100 * 1000)
let bot
let bot2
let serv
@ -165,7 +165,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
})
describe('commands', () => {
jest.setTimeout(20 * 1000)
jest.setTimeout(30 * 1000)
test('has an help command', async () => {
await waitLoginMessage(bot)
bot.chat('/help')