Skip to content

Commit 5bca91a

Browse files
committed
reduce in app notification time
1 parent d1c8b0d commit 5bca91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/InAppNotification/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const InAppNotification = memo(() => {
5959
componentProps: {
6060
notification
6161
},
62-
duration: notification.customTime || process.env.RUNNING_E2E_TESTS ? 60000 : 3000, // default 3s,
62+
duration: notification.customTime || (process.env.RUNNING_E2E_TESTS ? 5000 : 3000), // default 3s,
6363
hideOnPress: notification.hideOnPress ?? true,
6464
swipeEnabled: notification.swipeEnabled ?? true
6565
});

0 commit comments

Comments
 (0)