Skip to content

Commit

Permalink
Increase Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Oct 3, 2024
1 parent 608a6dd commit dce9452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormchain/contracts/tools/__tests__/test_accountant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import * as devnetConsts from "../devnet-consts.json";
import { parseUnits } from "ethers/lib/utils";
import { CosmWasmClient } from "@cosmjs/cosmwasm-stargate";

jest.setTimeout(120000);
jest.setTimeout(200000);

if (process.env.INIT_SIGNERS_KEYS_CSV === "undefined") {
let msg = `.env is missing. run "make contracts-tools-deps" to fetch.`;
Expand Down

0 comments on commit dce9452

Please sign in to comment.