From 8d09bc830b35d29e7f55237a3c2b723eb721f9ef Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 10 Jul 2023 12:20:35 -0400 Subject: [PATCH] Increase Live tests topic timeout to 10s --- 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 339beca343..5f7e49f75b 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=5000", + "General:ByondTopicTimeout=10000", $"Session:HighPriorityLiveDreamDaemon={HighPriorityDreamDaemon}", $"Session:LowPriorityDeploymentProcesses={LowPriorityDeployments}", };