Skip to content

Commit

Permalink
add time out to test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee committed Dec 7, 2020
1 parent 518fd04 commit efdb94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/eth.ens.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ describe('ens', function () {
});

it('should set the owner record for a name', async function () {
this.timeout(10000);
const signature = 'setOwner(bytes32,address)';

prepareProviderForSetter(
Expand Down

0 comments on commit efdb94a

Please sign in to comment.