Skip to content

Commit

Permalink
Update ReverseEngineeringMachineComponent.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Stop-Signs <[email protected]>
  • Loading branch information
Stop-Signs authored Dec 11, 2024
1 parent 28f5a4c commit f8a8ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public sealed partial class ReverseEngineeringMachineComponent : Component
/// How long to wait between analysis rolls.
/// </summary>
[DataField]
public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(5);
public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(15);

/// <summary>
/// Last result to show in the ui
Expand Down

0 comments on commit f8a8ae0

Please sign in to comment.