mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 15:40:56 +01:00
Fix compat tests chat job sometimes not being created in time
This commit is contained in:
@@ -161,6 +161,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
}
|
||||
|
||||
await chatRequest;
|
||||
await Task.Yield();
|
||||
|
||||
var jobs = await instanceClient.Jobs.List(null, cancellationToken);
|
||||
var theJobWeWant = jobs.First(x => x.Description.Contains("Reconnect chat bot"));
|
||||
|
||||
Reference in New Issue
Block a user