Skip to content

Commit

Permalink
fix: increase timeout of e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrdlt authored and mmpetarpeshev committed Nov 19, 2024
1 parent 9c1822e commit 141e4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export default defineConfig({
'Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1',
viewportHeight: 800,
viewportWidth: 400,
defaultCommandTimeout: 20000,
});

0 comments on commit 141e4e7

Please sign in to comment.