Bump timeout duration.

This commit is contained in:
Dillon Kearns 2023-01-08 12:01:00 -08:00
parent 0b23cbd736
commit 07e5636767

View File

@ -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.