Skip to content

Commit

Permalink
feat: add task page
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Nov 4, 2024
1 parent a5f1ae6 commit 4e9999c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default defineConfig({
},
baseUrl: 'http://localhost:3000',
},
defaultCommandTimeout: 3000,
responseTimeout: 3000,
defaultCommandTimeout: 15000,
responseTimeout: 60000,
});

0 comments on commit 4e9999c

Please sign in to comment.