Skip to content

Commit

Permalink
Extend timeout on GitHub integration test (#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Jan 2, 2019
1 parent 3bbe248 commit a9ff282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/github/github-api-provider.integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Github API provider', function() {
}

before('should be able to run 10 requests', async function() {
this.timeout(10000)
this.timeout('20s')
for (let i = 0; i < 10; ++i) {
await performOneRequest()
}
Expand Down

0 comments on commit a9ff282

Please sign in to comment.