Skip to content

Commit

Permalink
feat(ci): enable tag building
Browse files Browse the repository at this point in the history
  • Loading branch information
blanxii committed Sep 23, 2024
1 parent e12ff29 commit 60dbc41
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(30000);

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

Expand Down

0 comments on commit 60dbc41

Please sign in to comment.