Skip to content

Commit

Permalink
chore: increase extended timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Jul 24, 2024
1 parent cf11a01 commit cbf8806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const EXTENDED_TIMEOUT = { timeout: 25000 }
export const EXTENDED_TIMEOUT = { timeout: 45000 }

export const getApiBaseUrl = () => {
const baseUrl = Cypress.env('dhis2BaseUrl') || ''
Expand Down

0 comments on commit cbf8806

Please sign in to comment.