diff --git a/Content.Shared/Ninja/Components/StunProviderComponent.cs b/Content.Shared/Ninja/Components/StunProviderComponent.cs
index 2da094291d..9614383653 100644
--- a/Content.Shared/Ninja/Components/StunProviderComponent.cs
+++ b/Content.Shared/Ninja/Components/StunProviderComponent.cs
@@ -49,13 +49,13 @@ public sealed partial class StunProviderComponent : Component
/// Time that someone is stunned for, stacks if done multiple times.
///
[DataField]
- public TimeSpan StunTime = TimeSpan.FromSeconds(5);
+ public TimeSpan StunTime = TimeSpan.FromSeconds(2);
///
/// How long stunning is disabled after stunning something.
///
[DataField]
- public TimeSpan Cooldown = TimeSpan.FromSeconds(2);
+ public TimeSpan Cooldown = TimeSpan.FromSeconds(5);
///
/// ID of the cooldown use delay.