Skip to content

Commit

Permalink
fix(j-s): reduce the time between actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thorhildurt committed Jan 9, 2025
1 parent 98ec5b3 commit 40f3d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system-e2e/src/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const config: PlaywrightTestConfig = {
use: {
/* Slows down execution in ms */
launchOptions: {
slowMo: 1000,
slowMo: 200,
},
},
},
Expand Down

0 comments on commit 40f3d4f

Please sign in to comment.