Remove unnecessary sub-test timeout

This commit is contained in:
Dominion
2023-04-15 14:41:50 -04:00
parent 616b036282
commit cb1969a694
@@ -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;