Bump the timeout of a test

This commit is contained in:
Jordan Brown
2020-12-01 21:43:33 -05:00
committed by GitHub
parent 3ef2ed009d
commit 3c3a9bf6e4
@@ -209,7 +209,7 @@ namespace Tgstation.Server.Tests.Instance
var mergingAgain = await repositoryClient.Update(withMerge, cancellationToken);
Assert.IsNotNull(mergingAgain.ActiveJob);
await WaitForJob(mergingAgain.ActiveJob, 30, false, null, cancellationToken);
await WaitForJob(mergingAgain.ActiveJob, 60, false, null, cancellationToken);
var final = await repositoryClient.Read(cancellationToken);
Assert.AreEqual("asdffdsa", final.RevisionInformation.PrimaryTestMerge.Comment);