We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c8b0d commit 5bca91aCopy full SHA for 5bca91a
app/containers/InAppNotification/index.tsx
@@ -59,7 +59,7 @@ const InAppNotification = memo(() => {
59
componentProps: {
60
notification
61
},
62
- duration: notification.customTime || process.env.RUNNING_E2E_TESTS ? 60000 : 3000, // default 3s,
+ duration: notification.customTime || (process.env.RUNNING_E2E_TESTS ? 5000 : 3000), // default 3s,
63
hideOnPress: notification.hideOnPress ?? true,
64
swipeEnabled: notification.swipeEnabled ?? true
65
});
0 commit comments