mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Increase timeout due to slow windows CI agent ...
This commit is contained in:
parent
9a0f784c71
commit
90786394a6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace FFMpegCore.Test;
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class AudioTest
|
public class AudioTest
|
||||||
{
|
{
|
||||||
private const int BaseTimeoutMilliseconds = 15_000;
|
private const int BaseTimeoutMilliseconds = 30_000;
|
||||||
|
|
||||||
public TestContext TestContext { get; set; }
|
public TestContext TestContext { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue