increase test timeout

This commit is contained in:
Romain Beaumont 2018-05-27 19:44:52 +02:00
parent 8b788c324a
commit 91c68e2cc0
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286

View file

@ -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')