mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-20 23:11:21 +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)
|
||||
|
||||
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue