Skip to content

Commit

Permalink
boosting timeout of tradeoff analytics integration tests because some…
Browse files Browse the repository at this point in the history
… were failing with a timeout on occasion
  • Loading branch information
nfriedly committed Jan 8, 2016
1 parent 4ae2224 commit f0689ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.integration-all-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('integration-all-services', function() {
});

describe('functional_tradeoff_analytics', function() {
this.timeout(TEN_SECONDS);
this.timeout(TWENTY_SECONDS);
var tradeoff_analytics = watson.tradeoff_analytics(auth.tradeoff_analytics);

it('dilemmas()', function(done) {
Expand Down

0 comments on commit f0689ff

Please sign in to comment.