remove duplicated timeout

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-17 12:08:00 -03:00
parent bc2c4d872c
commit 7936cf2f25
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ describe("ERC20Token", async function() {
var ERC20Token;
var accountsArr;
before(function(done) {
this.timeout(0);
var contractsConfig = {
"TestToken": { },
"ERC20Receiver": { }

View File

@ -3,7 +3,6 @@ describe("TestToken", async function() {
var accountsArr;
before(function(done) {
this.timeout(0);
var contractsConfig = {
"TestToken": {
}