Skip to content

Commit

Permalink
timeout to 48 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 11, 2024
1 parent e407922 commit 30e08cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/irctc.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('IRCTC TATKAL BOOKING', () => {
})

cy.viewport(1478, 1056)
cy.visit('https://www.irctc.co.in/nget/train-search', { timeout: 60000 })
cy.visit('https://www.irctc.co.in/nget/train-search', { timeout: 48000 })
cy.task("log", `Website Fetching completed.........`)
const UPI_ID = Cypress.env().UPI_ID ? Cypress.env().UPI_ID : UPI_ID_CONFIG;
const upiRegex = /^[a-zA-Z0-9]+@[a-zA-Z0-9.]+$/;
Expand Down

0 comments on commit 30e08cb

Please sign in to comment.