diff --git a/tests/System/README.md b/tests/System/README.md index 36c35d8ef3ab0..30ac895f9e8b4 100644 --- a/tests/System/README.md +++ b/tests/System/README.md @@ -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 ... }