From 7f6bb1de400e90b2bad75686eecd071d82ec404e Mon Sep 17 00:00:00 2001 From: "Benjamin P. Jones" Date: Wed, 26 Jun 2024 23:21:45 -0400 Subject: [PATCH] Increase test timeout to 1s --- jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index 425d624c..4e6e5f7a 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -221,5 +221,5 @@ export default { // Whether to use watchman for file crawling // watchman: true, - testTimeout: 200, + testTimeout: 1000, };