mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
jsonrpc: increase account request timeout to 60 seconds
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user