Add delay

This commit is contained in:
Malte Rosenbjerg 2020-05-13 00:00:02 +02:00
parent b2085c4a8b
commit ef64263899

View file

@ -652,7 +652,8 @@ public async Task Video_Cancel_Async()
.OutputToPipe(reader)
.CancellableThrough(out var cancel)
.ProcessAsynchronously(false);
await Task.Delay(100);
cancel();
var result = await task;