We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51506a3 commit 18d2d32Copy full SHA for 18d2d32
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(180000)
+ this.timeout(300000)
149
}
150
151
before(() => {
0 commit comments