mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Up timeout for dump tests
Addresses the failure in the last nightly
This commit is contained in:
@@ -542,7 +542,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
|
||||
await Task.WhenAny(ourProcessHandler.Lifetime, Task.Delay(TimeSpan.FromMinutes(1), cancellationToken));
|
||||
|
||||
var timeout = 20;
|
||||
var timeout = 60;
|
||||
DreamDaemonResponse ddStatus;
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user