mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 20:20:50 +00:00
increase test timeout
This commit is contained in:
parent
ed2f5df538
commit
9f2e8e0a36
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
|
||||||
const Item = require('prismarine-item')(supportedVersion)
|
const Item = require('prismarine-item')(supportedVersion)
|
||||||
|
|
||||||
describe('server with mineflayer connection ' + version.minecraftVersion, () => {
|
describe('server with mineflayer connection ' + version.minecraftVersion, () => {
|
||||||
jest.setTimeout(60 * 1000)
|
jest.setTimeout(100 * 1000)
|
||||||
let bot
|
let bot
|
||||||
let bot2
|
let bot2
|
||||||
let serv
|
let serv
|
||||||
|
|
@ -165,7 +165,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('commands', () => {
|
describe('commands', () => {
|
||||||
jest.setTimeout(20 * 1000)
|
jest.setTimeout(30 * 1000)
|
||||||
test('has an help command', async () => {
|
test('has an help command', async () => {
|
||||||
await waitLoginMessage(bot)
|
await waitLoginMessage(bot)
|
||||||
bot.chat('/help')
|
bot.chat('/help')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue