Double a test timeout

This commit is contained in:
Jordan Dominion
2023-12-17 16:23:32 -05:00
parent 5eef090511
commit da10d0f151
@@ -782,7 +782,7 @@ namespace Tgstation.Server.Tests.Live.Instance
ourProcessHandler.Suspend();
global::System.Console.WriteLine($"WATCHDOG TEST {instanceClient.Metadata.Id}: FINISH PROCESS SUSPEND FOR HEALTH CHECK DEATH. WAITING FOR LIFETIME {ourProcessHandler.Id}.");
await Task.WhenAny(ourProcessHandler.Lifetime, Task.Delay(TimeSpan.FromMinutes(2), cancellationToken));
await Task.WhenAny(ourProcessHandler.Lifetime, Task.Delay(TimeSpan.FromMinutes(4), cancellationToken));
Assert.IsTrue(ourProcessHandler.Lifetime.IsCompleted);
var timeout = 20;