mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Dont override in test using cancellationtoken
This commit is contained in:
parent
40414ad008
commit
d0f6db1a2a
1 changed files with 0 additions and 1 deletions
|
|
@ -1123,7 +1123,6 @@ public class VideoTest
|
|||
.WithVideoCodec(VideoCodec.LibX264)
|
||||
.WithSpeedPreset(Speed.VeryFast))
|
||||
.CancellableThrough(cts.Token, 8000)
|
||||
.CancellableThrough(TestContext.CancellationToken)
|
||||
.ProcessAsynchronously(false);
|
||||
|
||||
cts.CancelAfter(300);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue