Skip to content

Commit

Permalink
Try longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt committed Dec 4, 2018
1 parent 05ff022 commit c5354e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mksnapshot-test.js
Expand Up @@ -8,7 +8,7 @@ var describe = global.describe
var it = global.it

describe('mksnapshot binary', function () {
this.timeout(10000)
this.timeout(30000)

it('creates a snapshot for a valid file', function (done) {
var tempDir = temp.mkdirSync('mksnapshot-')
Expand Down

0 comments on commit c5354e0

Please sign in to comment.