grunt-config-mocha does not accept 0 as an option for timeout, so we set the value in the test itself

This commit is contained in:
Todd Baur 2017-03-08 23:38:08 +09:00
parent 7a930d95a8
commit ac2a75791c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ describe('embark.Compiler', function() {
var compiler = new Compiler({logger: new TestLogger({})}); var compiler = new Compiler({logger: new TestLogger({})});
describe('#compile_solidity', function() { describe('#compile_solidity', function() {
this.timeout(0);
var expectedObject = {}; var expectedObject = {};