Skip to content

Commit

Permalink
Extend test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JbIPS authored and lexoyo committed Mar 9, 2018
1 parent 1d1e6be commit abff542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unifile-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function checkSession(session) {

describe('GitHubConnector', function() {
this.slow(500);
this.timeout(60000);
this.timeout(90000);

const session = {};
const defaultConfig = {
Expand Down

0 comments on commit abff542

Please sign in to comment.