mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Increase some timeouts that were too low
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
|
||||
var updatedDD = await dreamDaemonClient.Update(new DreamDaemonRequest
|
||||
{
|
||||
StartupTimeout = 15,
|
||||
StartupTimeout = 30,
|
||||
Port = ddPort
|
||||
}, cancellationToken);
|
||||
Assert.AreEqual(15U, updatedDD.StartupTimeout);
|
||||
|
||||
@@ -133,7 +133,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
// Increase startup timeout, disable heartbeats, enable map threads because we've tested without for years
|
||||
instanceClient.DreamDaemon.Update(new DreamDaemonRequest
|
||||
{
|
||||
StartupTimeout = 15,
|
||||
StartupTimeout = 30,
|
||||
HealthCheckSeconds = 0,
|
||||
Port = ddPort,
|
||||
MapThreads = 2,
|
||||
|
||||
Reference in New Issue
Block a user