diff --git a/test/watcher.test.js b/test/watcher.test.js index e071c490..5d377bbd 100644 --- a/test/watcher.test.js +++ b/test/watcher.test.js @@ -93,7 +93,7 @@ class CustomWatchFileSystem { } } -jest.setTimeout(30000); +jest.setTimeout(60000); it('Should support custom watch API', async () => { let buildCnt = 0;