diff --git a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs index 59e2e9f8df..3b918f2cc8 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs @@ -22,7 +22,7 @@ namespace Tgstation.Server.Host.Components.Watchdog /// /// The time in seconds to wait from starting to start . Does not take responsiveness into account /// - const int AlphaBravoStartupSeperationInterval = 3; + const int AlphaBravoStartupSeperationInterval = 10; /// public bool Running { get; private set; }