Minor integration test timeout buff [DMDeploy]

This commit is contained in:
Jordan Brown
2020-10-20 13:36:09 -04:00
parent 6775168c7f
commit 8b189d9fd3
@@ -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);