increase timeout time

This commit is contained in:
Alexey Kasyanchuk 2021-03-27 13:43:01 +03:00
parent 0809bb035c
commit f5fcbd5816

View File

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