Skip to content

Commit

Permalink
inc timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joergmann committed Jul 15, 2024
1 parent 4b7cd8b commit b4b6747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/postinstall.integrationtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require('node:path')


describe('postinstall', () => {
jest.setTimeout(20000)
jest.setTimeout(30000)

let tempFolder

Expand Down

0 comments on commit b4b6747

Please sign in to comment.