We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d9469 commit 51506a3Copy full SHA for 51506a3
test/main.js
@@ -145,7 +145,7 @@ describe('lib/main', function () {
145
if (['win32', 'darwin'].includes(process.platform)) {
146
// It seems that it takes time for file operation in Windows and Mac.
147
// So set `timeout(120000)` for the whole test.
148
- this.timeout(120000)
+ this.timeout(180000)
149
}
150
151
before(() => {
0 commit comments