mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 19:20:54 +00:00
fix timeout
This commit is contained in:
parent
754ec4bced
commit
d6eede202e
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('commands', () => {
|
describe('commands', () => {
|
||||||
jest.setTimeout(10 * 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