Skip to content

Commit

Permalink
fix(e2e): increase e2e wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvv committed Sep 13, 2024
1 parent d8cc24b commit d86782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cypress/e2e/visual.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function compareSnapshot(zoomLevel: number, side: number) {
cy.wait('@modelDownloading');

// wait for the shadow under the avatar to build up with high wait time
cy.wait(20000);
cy.wait(35000);

const name = `avatar-zoom-${zoomLevel}-side-[${side}]`;

Expand Down

0 comments on commit d86782e

Please sign in to comment.