From 6a3991dfce5ee52ee19ce81b55e73f2038978f8e Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sat, 3 Jul 2021 14:42:45 -0700 Subject: [PATCH] increase jest watcher timeout --- test/watcher.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;