mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Reduce timeout in cancellation token test
This commit is contained in:
parent
0c9c526e2a
commit
587c453a7e
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ namespace FFMpegCore.Test
|
||||||
.WithAudioCodec(AudioCodec.Aac)
|
.WithAudioCodec(AudioCodec.Aac)
|
||||||
.WithVideoCodec(VideoCodec.LibX264)
|
.WithVideoCodec(VideoCodec.LibX264)
|
||||||
.WithSpeedPreset(Speed.VeryFast))
|
.WithSpeedPreset(Speed.VeryFast))
|
||||||
.CancellableThrough(cts.Token, 10000)
|
.CancellableThrough(cts.Token, 5000)
|
||||||
.ProcessAsynchronously(false);
|
.ProcessAsynchronously(false);
|
||||||
|
|
||||||
await Task.Delay(300);
|
await Task.Delay(300);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue