mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 03:00:46 +00:00
increase test timeout
This commit is contained in:
parent
8b788c324a
commit
91c68e2cc0
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('commands', () => {
|
describe('commands', () => {
|
||||||
jest.setTimeout(30 * 1000)
|
jest.setTimeout(60 * 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