diff --git a/tests/Tgstation.Server.Tests/Instance/RepositoryTest.cs b/tests/Tgstation.Server.Tests/Instance/RepositoryTest.cs index efd3e9a21e..def6f1385d 100644 --- a/tests/Tgstation.Server.Tests/Instance/RepositoryTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/RepositoryTest.cs @@ -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);