From dce94520f3a57e03273b869a536545ced4a09713 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Thu, 3 Oct 2024 13:06:26 -0500 Subject: [PATCH] Increase Timeout --- wormchain/contracts/tools/__tests__/test_accountant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wormchain/contracts/tools/__tests__/test_accountant.ts b/wormchain/contracts/tools/__tests__/test_accountant.ts index 5c534cb055..72a4f2efe6 100644 --- a/wormchain/contracts/tools/__tests__/test_accountant.ts +++ b/wormchain/contracts/tools/__tests__/test_accountant.ts @@ -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.`;