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