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();