mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 14:01:13 +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', () => {
|
||||
jest.setTimeout(30 * 1000)
|
||||
jest.setTimeout(60 * 1000)
|
||||
test('has an help command', async () => {
|
||||
await waitLoginMessage(bot)
|
||||
bot.chat('/help')
|
||||
|
|
|
|||
Loading…
Reference in a new issue