Skip to content

Commit

Permalink
increase jest watcher timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jul 3, 2021
1 parent 1f57d4e commit 6a3991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watcher.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class CustomWatchFileSystem {
}
}

jest.setTimeout(30000);
jest.setTimeout(60000);

it('Should support custom watch API', async () => {
let buildCnt = 0;
Expand Down

0 comments on commit 6a3991d

Please sign in to comment.