Increase timeout because of slow windows CI agents

This commit is contained in:
Malte Rosenbjerg 2025-10-17 23:15:16 +02:00
parent d0f6db1a2a
commit f11b168ed9

View file

@ -17,7 +17,7 @@ namespace FFMpegCore.Test;
[TestClass] [TestClass]
public class VideoTest public class VideoTest
{ {
private const int BaseTimeoutMilliseconds = 15_000; private const int BaseTimeoutMilliseconds = 30_000;
public TestContext TestContext { get; set; } public TestContext TestContext { get; set; }