Skip to content

Commit

Permalink
move timeout to get
Browse files Browse the repository at this point in the history
  • Loading branch information
raejohanek committed Jan 10, 2025
1 parent 7b8c5e7 commit 8d77cf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/integration/datasetSharing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ describe('test dataset sharing', () => {
);

cy.visit('/login/e2e');
cy.get('#tokenInput').type(Cypress.env('GOOGLE_TOKEN'), {
timeout: 30000,
cy.get('#tokenInput', { timeout: 60000 }).type(Cypress.env('GOOGLE_TOKEN'), {
log: false,
delay: 0,
});
Expand Down

0 comments on commit 8d77cf6

Please sign in to comment.