Skip to content

Commit

Permalink
feat: cypress text
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Zhao committed Nov 3, 2023
1 parent 13fa913 commit 8fcaa75
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',
},
requestTimeout: 5000,
responseTimeout: 5000,
requestTimeout: 120000,
responseTimeout: 120000,
});

0 comments on commit 8fcaa75

Please sign in to comment.