Dont override in test using cancellationtoken

This commit is contained in:
Malte Rosenbjerg 2025-10-17 22:52:33 +02:00
parent 40414ad008
commit d0f6db1a2a

View file

@ -1123,7 +1123,6 @@ public class VideoTest
.WithVideoCodec(VideoCodec.LibX264) .WithVideoCodec(VideoCodec.LibX264)
.WithSpeedPreset(Speed.VeryFast)) .WithSpeedPreset(Speed.VeryFast))
.CancellableThrough(cts.Token, 8000) .CancellableThrough(cts.Token, 8000)
.CancellableThrough(TestContext.CancellationToken)
.ProcessAsynchronously(false); .ProcessAsynchronously(false);
cts.CancelAfter(300); cts.CancelAfter(300);