mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 03:23:07 +01:00
Minor integration test timeout buff [DMDeploy]
This commit is contained in:
@@ -361,7 +361,7 @@ namespace Tgstation.Server.Tests
|
||||
foreach (var job in jobs)
|
||||
{
|
||||
Assert.IsTrue(job.StartedAt.Value >= preStartupTime);
|
||||
await jrt.WaitForJob(job, 120, false, null, cancellationToken);
|
||||
await jrt.WaitForJob(job, 140, false, null, cancellationToken);
|
||||
}
|
||||
|
||||
var dd = await instanceClient.DreamDaemon.Read(cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user