Skip to content

Commit 5a74607

Browse files
committed
tests: fix flaky test
1 parent 32d72bc commit 5a74607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/smithy/src/stories/Collection/CollectionInteractionTests.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const InteractionTests: CollectionStory = {
112112
"Test that the default collection can render url-based announcement",
113113
async () => {
114114
const canvas = within(document.body);
115-
await sleep(300);
115+
await sleep(500);
116116
await expect(canvas.queryByRole("dialog")).not.toBeInTheDocument();
117117

118118
await userEvent.click(

0 commit comments

Comments
 (0)