mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 03:46:32 +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;
|
let accountId1: number, accountId2: number;
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(12000);
|
this.timeout(60000);
|
||||||
if (!process.env.DCC_NEW_TMP_EMAIL) {
|
if (!process.env.DCC_NEW_TMP_EMAIL) {
|
||||||
if (process.env.COVERAGE && !process.env.COVERAGE_OFFLINE) {
|
if (process.env.COVERAGE && !process.env.COVERAGE_OFFLINE) {
|
||||||
console.error(
|
console.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user