diff --git a/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs b/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs index 970d549a57b..e68d164140f 100644 --- a/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs +++ b/Content.Shared/Nyanotrasen/ReverseEngineering/ReverseEngineeringMachineComponent.cs @@ -80,7 +80,7 @@ public sealed partial class ReverseEngineeringMachineComponent : Component /// How long to wait between analysis rolls. /// [DataField] - public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(5); + public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(15); /// /// Last result to show in the ui