Skip to content

Commit

Permalink
adjusting timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jul 17, 2023
1 parent 07cac70 commit ee2d46b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import { defineCypressConfig } from '@kbn/cypress-config';

export default defineCypressConfig({
defaultCommandTimeout: 60000,
execTimeout: 60000,
pageLoadTimeout: 60000,
defaultCommandTimeout: 150000,
execTimeout: 150000,
pageLoadTimeout: 150000,
responseTimeout: 60000,
trashAssetsBeforeRuns: false,
video: false,
Expand Down

0 comments on commit ee2d46b

Please sign in to comment.