From cd61bd317fcfe001a36479c1360bf0f1db74fe49 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 19 Oct 2023 20:07:11 -0400 Subject: [PATCH] Up timeout for dump tests Addresses the failure in the last nightly --- tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs index d9c418a385c..641085529cd 100644 --- a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs @@ -542,7 +542,7 @@ await instanceClient.DreamDaemon.Update(new DreamDaemonRequest await Task.WhenAny(ourProcessHandler.Lifetime, Task.Delay(TimeSpan.FromMinutes(1), cancellationToken)); - var timeout = 20; + var timeout = 60; DreamDaemonResponse ddStatus; do {