Skip to content

Commit

Permalink
fix: Increase timeout for getting wrapper element in Toast test
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointerexceptionkek committed Dec 17, 2024
1 parent ec52309 commit 2102a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skeleton/src/lib/utilities/Toast/Toast.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Toast.svelte', () => {
const [wrapperVisibilityOnAToBChange, wrapperVisibilityAfterAOutroFinishes, wrapperVisibilityAfterBOutroFinishes] = await Promise.all([
getWrapperElementAfterTimeout(10),
getWrapperElementAfterTimeout(16),
getWrapperElementAfterTimeout(50)
getWrapperElementAfterTimeout(80)
]);

expect(wrapperVisibilityOnAToBChange).toBeTruthy();
Expand Down

0 comments on commit 2102a85

Please sign in to comment.