Skip to content

Commit

Permalink
infra: timeout 시간 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
shackstack committed Apr 7, 2024
1 parent 771f50b commit 4885803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = defineConfig({
viewportWidth: 1920,
viewportHeight: 1080,
baseUrl: 'http://localhost:3000',
defaultCommandTimeout: 100000,
defaultCommandTimeout: 300000,
video: true,
experimentalStudio: true,
experimentalModifyObstructiveThirdPartyCode: true,
Expand Down

0 comments on commit 4885803

Please sign in to comment.