mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
tests: increase timeout
This commit is contained in:
parent
6283cee5c7
commit
668c2a6592
@ -1,7 +1,7 @@
|
|||||||
const { defineConfig } = require('cypress')
|
const { defineConfig } = require('cypress')
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
defaultCommandTimeout: 12000,
|
defaultCommandTimeout: 30000,
|
||||||
video: false,
|
video: false,
|
||||||
e2e: {
|
e2e: {
|
||||||
setupNodeEvents(on, config) {
|
setupNodeEvents(on, config) {
|
||||||
|
Loading…
Reference in New Issue
Block a user