mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
fixed failing timeouts in abi tests
This commit is contained in:
parent
2de9292bd6
commit
f4ef1af4a1
@ -21,8 +21,7 @@ module.exports = (grunt) ->
|
|||||||
mochaTest:
|
mochaTest:
|
||||||
test:
|
test:
|
||||||
src: ['test/**/*.js']
|
src: ['test/**/*.js']
|
||||||
options:
|
|
||||||
timeout: 0
|
|
||||||
jshint:
|
jshint:
|
||||||
all: ['bin/embark', 'lib/**/*.js', 'js/mine.js', 'js/embark.js']
|
all: ['bin/embark', 'lib/**/*.js', 'js/mine.js', 'js/embark.js']
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ var assert = require('assert');
|
|||||||
// TODO: instead 'eval' the code with a fake web3 object
|
// TODO: instead 'eval' the code with a fake web3 object
|
||||||
// and check the generate code interacts as expected
|
// and check the generate code interacts as expected
|
||||||
describe('embark.ABIGenerator', function() {
|
describe('embark.ABIGenerator', function() {
|
||||||
|
this.timeout(0);
|
||||||
describe('#generateProvider', function() {
|
describe('#generateProvider', function() {
|
||||||
var generator = new ABIGenerator({blockchainConfig: {rpcHost: 'somehost', rpcPort: '1234'}, contractsManager: {}});
|
var generator = new ABIGenerator({blockchainConfig: {rpcHost: 'somehost', rpcPort: '1234'}, contractsManager: {}});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user