Skip to content

Commit

Permalink
update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 19, 2021
1 parent af14c28 commit ef1cab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cypress.on(`uncaught:exception`, (err, runnable) => {
})

const waitForAPIOptions = {
timeout: 3000,
timeout: 10000,
}

function assertOnNavigate(
Expand Down

0 comments on commit ef1cab5

Please sign in to comment.