Reduce timeout in cancellation token test

This commit is contained in:
Malte Rosenbjerg 2021-07-16 01:17:20 +02:00
parent 0c9c526e2a
commit 587c453a7e

View file

@ -655,7 +655,7 @@ public async Task Video_Cancel_CancellationToken_Async_With_Timeout()
.WithAudioCodec(AudioCodec.Aac)
.WithVideoCodec(VideoCodec.LibX264)
.WithSpeedPreset(Speed.VeryFast))
.CancellableThrough(cts.Token, 10000)
.CancellableThrough(cts.Token, 5000)
.ProcessAsynchronously(false);
await Task.Delay(300);