From f5fcbd5816329be418dfda45c3c3451db32789e0 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sat, 27 Mar 2021 13:43:01 +0300 Subject: [PATCH] increase timeout time --- tests/download.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/download.test.js b/tests/download.test.js index 535a866..87714d5 100644 --- a/tests/download.test.js +++ b/tests/download.test.js @@ -36,7 +36,7 @@ describe("download", function() { }) it("check download exists in download tab", async function() { - this.timeout(10000); + this.timeout(30000); const { app } = this await (await app.client.$('#downloadTab')).click() const value = await (await app.client.$('.downloads-list .torrentRow .torrentName')).getText()