From 91c68e2cc06ec4f0c3019c786b61a80a95a05885 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 27 May 2018 19:44:52 +0200 Subject: [PATCH] increase test timeout --- test/mineflayer.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mineflayer.test.js b/test/mineflayer.test.js index e5d749e..6257841 100644 --- a/test/mineflayer.test.js +++ b/test/mineflayer.test.js @@ -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')