diff --git a/src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs b/src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs index 1876bcc2a0..c92e1ed1c9 100644 --- a/src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs +++ b/src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs @@ -752,6 +752,8 @@ namespace Tgstation.Server.Host.Components.Deployment } while (DateTimeOffset.UtcNow < nextInterval); } + else + await Task.Delay(minimumSleepInterval, cancellationToken); progressReporter.StageName = currentStage; lastReport = estimatedDuration.HasValue ? sleepInterval * (iteration + 1) / estimatedDuration.Value : null;