Skip to content

Commit

Permalink
test: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Oct 30, 2017
1 parent 5db0a03 commit e85016f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let bearerToken
let lastModifiedAt = 0

describe('Collections API – Count endpoint', function () {
this.timeout(4000)
this.timeout(6000)

before(done => {
app.start(() => {
Expand Down

0 comments on commit e85016f

Please sign in to comment.