Increase test timeout for health check tests

This commit is contained in:
Jordan Dominion
2023-11-26 22:19:26 -05:00
parent 02c27eb52d
commit e6db8713eb
@@ -759,7 +759,7 @@ namespace Tgstation.Server.Tests.Live.Instance
ourProcessHandler.Suspend();
await Task.WhenAny(ourProcessHandler.Lifetime, Task.Delay(TimeSpan.FromMinutes(1), cancellationToken));
await Task.WhenAny(ourProcessHandler.Lifetime, Task.Delay(TimeSpan.FromMinutes(2), cancellationToken));
Assert.IsTrue(ourProcessHandler.Lifetime.IsCompleted);
var timeout = 20;