put timeout in right place

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-16 19:14:39 -03:00 committed by Barry Gitarts
parent 1cd3ea3262
commit ee89f3da98
1 changed files with 1 additions and 2 deletions

View File

@ -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": { },
};