Skip to content

Commit

Permalink
test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Jan 30, 2025
1 parent f25a26b commit ee54899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/entrypoint-7702.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ describe('EntryPoint EIP-7702 tests', function () {

const deployedDelegateCode = hexConcat(['0xef0100', mockDelegate])

before(async () => {
before(async function() {
this.timeout(20000)
chainId = await ethers.provider.getNetwork().then(net => net.chainId)
entryPoint = await deployEntryPoint()
})
Expand Down

0 comments on commit ee54899

Please sign in to comment.