mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-24 12:22:27 +03:00
Bump timeout duration.
This commit is contained in:
parent
0b23cbd736
commit
07e5636767
@ -1,7 +1,7 @@
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
defaultCommandTimeout: 8000,
|
||||
defaultCommandTimeout: 20000,
|
||||
e2e: {
|
||||
// We've imported your old cypress plugins here.
|
||||
// You may want to clean this up later by importing these.
|
||||
|
Loading…
Reference in New Issue
Block a user