Skip to content

Commit 79c63ce

Browse files
committed
hh-test: market.t fix
1 parent ac41d9c commit 79c63ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: hh-test/calibnet/e2e/market.t.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const test1 = async (testName: string, { deployer, market }) => {
7373
}
7474

7575
await market.eth.contract.withdraw_balance(withdrawalParams, { gasLimit: 1_000_000_000 })
76-
await utils.defaultTxDelay(2)
76+
await utils.defaultTxDelay(4)
7777

7878
previousBalanceBigInt = BigInt(actualClientBalance.balance.val as string)
7979

Diff for: hh-test/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export const defaultTxDelay = async (repeat?: number) => {
297297
if (network.name === "localnet") {
298298
await delay(18_000)
299299
} else if (network.name === "calibnet") {
300-
await delay(33_000)
300+
await delay(36_000)
301301
} else if (network.name === "localhost") {
302302
await delay(2_000)
303303
}

0 commit comments

Comments
 (0)