Skip to content

Commit d9cf9a7

Browse files
chore(#2609): flaky temporary-notification-ctrl.browser.spec.tsx
Signed-off-by: Vanessa Tran <vanessa.m.tran@gov.ab.ca>
1 parent 2a9b1c8 commit d9cf9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/react-components/specs/temporary-notification-ctrl.browser.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe("Temporary Notification Controller", () => {
238238
await vi.waitFor(() => {
239239
expect(notification.elements().length).toBe(0);
240240
});
241-
});
241+
}, { timeout: 3000 });
242242
});
243243

244244
it("should allow for dismissing of the notification without a second notification from appearing", async function () {
@@ -267,7 +267,7 @@ describe("Temporary Notification Controller", () => {
267267
await vi.waitFor(() => {
268268
expect(notification.elements().length).toBe(0);
269269
});
270-
});
270+
}, { timeout: 3000 });
271271
});
272272

273273
it("should handle progress updates", async function () {

0 commit comments

Comments
 (0)