normal timeout + sequential

This commit is contained in:
Romain Beaumont 2018-05-25 01:20:44 +02:00
parent d6eede202e
commit c213a06c38
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@
"scripts": {
"prepare": "require-self",
"lint": "standard test/*.test.js src/**/*.js src/**/**/*.js src/*.js examples/*.js *.js",
"test": "jest --verbose"
"test": "jest --verbose --runInBand"
},
"keywords": [],
"license": "MIT",

View file

@ -159,6 +159,7 @@ squid.supportedVersions.forEach((supportedVersion, i) => {
})
describe('commands', () => {
jest.setTimeout(10 * 1000)
test('has an help command', async () => {
await waitLoginMessage(bot)
bot.chat('/help')