From 4e9999cf1ebf6aa50451c7a61756d61d5ab92a2c Mon Sep 17 00:00:00 2001 From: zhaoxinxin <1186037180@qq.com> Date: Mon, 4 Nov 2024 19:59:00 +0800 Subject: [PATCH] feat: add task page Signed-off-by: zhaoxinxin <1186037180@qq.com> --- cypress.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress.config.ts b/cypress.config.ts index 213ee6ff..4a32c045 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -14,6 +14,6 @@ export default defineConfig({ }, baseUrl: 'http://localhost:3000', }, - defaultCommandTimeout: 3000, - responseTimeout: 3000, + defaultCommandTimeout: 15000, + responseTimeout: 60000, });