mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 12:33:00 +01:00
Slightly increase the health check timeout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user