Skip to content

Commit

Permalink
Increase default integration test command timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tjennison-work committed Sep 11, 2024
1 parent 781fe31 commit 7689106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "cypress";

export default defineConfig({
defaultCommandTimeout: 10000,
defaultCommandTimeout: 15000,
fixturesFolder: false,
viewportWidth: 1280,
viewportHeight: 720,
Expand Down

0 comments on commit 7689106

Please sign in to comment.