Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test time
Browse files Browse the repository at this point in the history
GabiDev45 committed Mar 22, 2024
1 parent 89e1ebb commit 59b981a
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ep6/account.test.ts
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ describe("Biconomy Smart Account V2 EP v6 tests", () => {

expect(receipt).toBeDefined()
expect(txHash).toBeDefined()
}, 100000)
}, 50000)

test("Should mint an NFT and pay for the gas", async () => {
const encodedCall = encodeFunctionData({
4 changes: 2 additions & 2 deletions tests/ep6/erc20Paymaster.test.ts
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ describe("ERC20 Paymaster tests", async () => {
})

expect(result).toBeTruthy()
}, 15000)
}, 50000)

test("Should get SPONSORED Paymaster fee quotes", async () => {
const paymasterClient = createPaymasterClient({
@@ -129,7 +129,7 @@ describe("ERC20 Paymaster tests", async () => {
})

expect(result).toBeTruthy()
}, 15000)
}, 50000)

test("Should send a ERC20 sponsored user operation using sendUserOperation", async () => {
const paymasterClient = createPaymasterClient({

0 comments on commit 59b981a

Please sign in to comment.