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 159c87c commit c182ef1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export default defineConfig({
},
baseUrl: 'http://localhost:3000',
},
requestTimeout: 60000,
pageLoadTimeout: 60000,
chromeWebSecurity: false,
defaultCommandTimeout: 15000,
requestTimeout: 30000,
pageLoadTimeout: 80000,
responseTimeout: 60000,
});

0 comments on commit c182ef1

Please sign in to comment.