Slightly increase the health check timeout

This commit is contained in:
Jordan Dominion
2023-12-18 15:57:57 -05:00
parent 082990927a
commit dd23015f4a
@@ -771,7 +771,7 @@ namespace Tgstation.Server.Tests.Live.Instance
.GetProcess(ddProc.Id);
// Ensure it's responding to health checks
await Task.WhenAny(Task.Delay(6000, cancellationToken), ourProcessHandler.Lifetime);
await Task.WhenAny(Task.Delay(7000, cancellationToken), ourProcessHandler.Lifetime);
Assert.IsFalse(ddProc.HasExited);
// check DD agrees