mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Bump the timeout of a test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user