Current File : /home/n742ef5/.trash/wp-content.6/plugins/redux-framework/extendify-sdk/cypress.config.js
const { defineConfig } = require('cypress')

module.exports = defineConfig({
    e2e: {
        defaultCommandTimeout: 60000,
    },
})