From 610ee0c976f7ea4bf54a210c589c6815ecc13b2e Mon Sep 17 00:00:00 2001 From: svetoslav-nikol0v Date: Wed, 15 May 2024 14:47:27 +0300 Subject: [PATCH] update: increase timeout Signed-off-by: svetoslav-nikol0v --- common_js_test/src/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_js_test/src/test.js b/common_js_test/src/test.js index 25296d198e..a8b5f00509 100644 --- a/common_js_test/src/test.js +++ b/common_js_test/src/test.js @@ -2,7 +2,7 @@ const { Client, AccountBalanceQuery } = require("@hashgraph/sdk"); describe("CommonJS", function () { it("it should query each node's balance", async function () { - this.timeout(15000); + this.timeout(30000); const client = Client.forTestnet();