Skip to content

Commit

Permalink
Increase timeout for token tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbanham committed Mar 7, 2017
1 parent 9246c0b commit 01c815f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/accountingtests.js
Expand Up @@ -43,6 +43,7 @@ before('init instance and set options', function(done) {
})

describe('get access for public or partner application', function() {
this.timeout(30000);
beforeEach(function() {
if (APPTYPE === "PRIVATE") {
this.skip();
Expand Down

0 comments on commit 01c815f

Please sign in to comment.