put timeout in right place
This commit is contained in:
parent
1cd3ea3262
commit
ee89f3da98
|
@ -3,12 +3,11 @@ const web3Utils = require('web3-utils');
|
|||
const namehash = require('eth-ens-namehash');
|
||||
|
||||
contract('ENS', function () {
|
||||
|
||||
this.timeout(0);
|
||||
let ens;
|
||||
let accountsArr;
|
||||
|
||||
before(function(done) {
|
||||
this.timeout(0);
|
||||
var contractsConfig = {
|
||||
"ENSRegistry": { },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue