From d8f5e818805874d665ebee421da9bb78671fb73f Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 5 Jan 2023 23:32:43 +0000 Subject: [PATCH] jsonrpc: increase account request timeout to 60 seconds --- deltachat-jsonrpc/typescript/test/online.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-jsonrpc/typescript/test/online.ts b/deltachat-jsonrpc/typescript/test/online.ts index 4bf7181c9..06c4c8954 100644 --- a/deltachat-jsonrpc/typescript/test/online.ts +++ b/deltachat-jsonrpc/typescript/test/online.ts @@ -12,7 +12,7 @@ describe("online tests", function () { let accountId1: number, accountId2: number; before(async function () { - this.timeout(12000); + this.timeout(60000); if (!process.env.DCC_NEW_TMP_EMAIL) { if (process.env.COVERAGE && !process.env.COVERAGE_OFFLINE) { console.error(