From 60bf46e9e2f92dca7b1fd1e411e1881d8c598e46 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 9 Jul 2023 18:00:33 -0400 Subject: [PATCH] Increase live tests topic timeout to 5s --- tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs index c21f2dc4c9..339beca343 100644 --- a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs +++ b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs @@ -125,7 +125,7 @@ namespace Tgstation.Server.Tests.Live String.Format(CultureInfo.InvariantCulture, "FileLogging:LogLevel={0}", "Trace"), String.Format(CultureInfo.InvariantCulture, "FileLogging:Disable={0}", false), String.Format(CultureInfo.InvariantCulture, "General:ValidInstancePaths:0={0}", Directory), - "General:ByondTopicTimeout=3000", + "General:ByondTopicTimeout=5000", $"Session:HighPriorityLiveDreamDaemon={HighPriorityDreamDaemon}", $"Session:LowPriorityDeploymentProcesses={LowPriorityDeployments}", };