Skip to content

Commit 18d2d32

Browse files
committed
debug
1 parent 51506a3 commit 18d2d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('lib/main', function () {
145145
if (['win32', 'darwin'].includes(process.platform)) {
146146
// It seems that it takes time for file operation in Windows and Mac.
147147
// So set `timeout(120000)` for the whole test.
148-
this.timeout(180000)
148+
this.timeout(300000)
149149
}
150150

151151
before(() => {

0 commit comments

Comments
 (0)