jsonrpc: increase account request timeout to 60 seconds

This commit is contained in:
link2xt
2023-01-05 23:32:43 +00:00
parent ea81d08c01
commit d8f5e81880

View File

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