Skip to content

Commit

Permalink
Up timeout for dump tests
Browse files Browse the repository at this point in the history
Addresses the failure in the last nightly
  • Loading branch information
Cyberboss committed Oct 20, 2023
1 parent 416fd0a commit cd61bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit cd61bd3

Please sign in to comment.