diff --git a/Dalamud/Interface/ImGuiNotification/Internal/NotificationConstants.cs b/Dalamud/Interface/ImGuiNotification/Internal/NotificationConstants.cs
index 18bb57118..7811c1aaa 100644
--- a/Dalamud/Interface/ImGuiNotification/Internal/NotificationConstants.cs
+++ b/Dalamud/Interface/ImGuiNotification/Internal/NotificationConstants.cs
@@ -56,7 +56,7 @@ internal static class NotificationConstants
public const float ProgressWaveLoopMaxColorTimeRatio = 0.7f;
/// Default duration of the notification.
- public static readonly TimeSpan DefaultDuration = TimeSpan.FromSeconds(3);
+ public static readonly TimeSpan DefaultDuration = TimeSpan.FromSeconds(7);
/// Duration of show animation.
public static readonly TimeSpan ShowAnimationDuration = TimeSpan.FromMilliseconds(300);