Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#12 - Update the node client test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevCbermudez committed Apr 12, 2019
1 parent 516f0e2 commit b7bbfae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/node/test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ var expect = require('chai').expect;

describe('#nodeClient', function() {

this.timeout(10000);

context(`Getting version from ${developBasePath}.`, function() {
it('Should return version object', function() {
let api = new nodeClient.DefaultApi(developBasePath);
Expand Down

0 comments on commit b7bbfae

Please sign in to comment.