Skip to content

Commit

Permalink
Increase timeout for disabling recurring run in Cypress test for pipe…
Browse files Browse the repository at this point in the history
…line runs
  • Loading branch information
Gkrumbach07 committed Dec 10, 2024
1 parent a0640b8 commit 7b971b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ describe('Pipeline runs', () => {
.getRowByName(mockRecurringRuns[0].display_name)
.findStatusSwitchByRowName()
.click();
cy.wait('@disableRecurringRun');
cy.wait('@disableRecurringRun', { timeout: 10000 });
});

it('schedules toggle should be disabled for the schedules with archived experiment', () => {
Expand Down

0 comments on commit 7b971b6

Please sign in to comment.