Skip to content

Commit

Permalink
update: increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
svetoslav-nikol0v committed May 15, 2024
1 parent a5d49ef commit 610ee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_js_test/src/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 610ee0c

Please sign in to comment.