Skip to content

Commit a1d1fa6

Browse files
committed
fix: unit tests
1 parent e18d007 commit a1d1fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/util/notifications/categories/notification-categories-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ export async function fetchNotificationCategories(
6161
locale: string,
6262
): Promise<NotificationCategoryMetadata[]> {
6363
return new Promise((resolve) =>
64-
setTimeout(() => resolve(MOCK_NOTIFICATION_CATEGORIES), 5000),
64+
setTimeout(() => resolve(MOCK_NOTIFICATION_CATEGORIES), 100),
6565
);
6666
}

0 commit comments

Comments
 (0)