Skip to content

Commit

Permalink
Merge pull request #427 from Informatievlaanderen/fix/test-21-broken
Browse files Browse the repository at this point in the history
fix: broken test due to resuming latency
  • Loading branch information
jobulcke authored Mar 7, 2024
2 parents fd048ad + b74a9bf commit dcef378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function waitForFragment(fragment: Fragment, condition: (x: Fragment) =>
return cy.waitUntil(() =>
fragment.visit().then(fragment => condition(fragment)),
{
timeout: timeouts.fastAction,
timeout: timeouts.slowAction,
interval: timeouts.check,
errorMsg: `Timed out waiting for ${fragment.url} to ${message}.`
}).then(() => fragment);
Expand Down

0 comments on commit dcef378

Please sign in to comment.