mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Remove unnecessary sub-test timeout
This commit is contained in:
@@ -422,8 +422,7 @@ namespace Tgstation.Server.Tests.Instance
|
||||
|
||||
using var cts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);
|
||||
// this test doesn't take long
|
||||
cts.CancelAfter(TimeSpan.FromMinutes(10));
|
||||
await bridgeTestsTcs.Task.WithToken(cts.Token);
|
||||
await bridgeTestsTcs.Task.WithToken(cancellationToken);
|
||||
}
|
||||
|
||||
BridgeController.LogContent = true;
|
||||
|
||||
Reference in New Issue
Block a user