Skip to content

Commit

Permalink
Update Code sample defaultCommandTimeout
Browse files Browse the repository at this point in the history
Update with Cypress defineConfig() syntax for new ESM
  • Loading branch information
muhme committed Jun 25, 2024
1 parent f4f322d commit 3d41e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ If you encounter the following error while running the System Tests on slow mach
:point_right: You can increase the default 4 second waiting time in the cypress.config.mjs file:

```JavaScript
module.exports = {
export default defineConfig({
defaultCommandTimeout: 20000, // sets the waiting time to 20 seconds
...
}
Expand Down

0 comments on commit 3d41e01

Please sign in to comment.