Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
On Travis things are timing out, hence increase the timeout.
  • Loading branch information
vmx committed Feb 21, 2019
1 parent 39333db commit 4519644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parse.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ describe('utils', () => {
describe('git object parsing', () => {
let objects

before((done) => {
before(function (done) {
this.timeout(5000)
objects = testObjectsJSON.map(o => [o, zlib.inflateSync(loadFixture('test/fixtures/' + o))])
done()
})
Expand Down

0 comments on commit 4519644

Please sign in to comment.