mirror of https://github.com/embarklabs/embark.git
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:
parent
7a930d95a8
commit
ac2a75791c
|
@ -12,6 +12,7 @@ describe('embark.Compiler', function() {
|
|||
var compiler = new Compiler({logger: new TestLogger({})});
|
||||
|
||||
describe('#compile_solidity', function() {
|
||||
this.timeout(0);
|
||||
|
||||
var expectedObject = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue