From 071f2c41124474d93767e2eda4e04f50286e7912 Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Tue, 4 Jun 2024 12:38:32 +0800 Subject: [PATCH] ci: update .mocharc.yml timeout to 30s --- .mocharc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mocharc.yml b/.mocharc.yml index 51740cba3..c2b54eff8 100644 --- a/.mocharc.yml +++ b/.mocharc.yml @@ -13,7 +13,7 @@ require: # - ts-node/esm spec: - test/**/*.test.ts -timeout: 25000 +timeout: 30000 ui: bdd parallel: true exit: true