Skip to content

Commit

Permalink
increase timeout for ens tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Nov 13, 2024
1 parent 18a62b4 commit 20b7e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth-ens/test/integration/resolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { ENSRegistryBytecode } from '../fixtures/ens/bytecode/ENSRegistryBytecod
import { NameWrapperBytecode } from '../fixtures/ens/bytecode/NameWrapperBytecode';
import { PublicResolverBytecode } from '../fixtures/ens/bytecode/PublicResolverBytecode';

jest.setTimeout(25000);
jest.setTimeout(35000);
describe('ens', () => {
let registry: Contract<typeof ENSRegistryAbi>;
let resolver: Contract<typeof PublicResolverAbi>;
Expand Down

0 comments on commit 20b7e1c

Please sign in to comment.