Skip to content

Commit

Permalink
build: second try
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Aug 26, 2024
1 parent 9232a73 commit 1531aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/core/testing/wait-for-image-ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export async function waitForImageReady(
});
});
} else if (isSafari) {
await new Promise((resolve) => setTimeout(resolve, 20));
await new Promise((resolve) => setTimeout(resolve, 100));

Check warning on line 21 in src/elements/core/testing/wait-for-image-ready.ts

View check run for this annotation

Codecov / codecov/patch

src/elements/core/testing/wait-for-image-ready.ts#L21

Added line #L21 was not covered by tests
}
}

0 comments on commit 1531aa6

Please sign in to comment.