[xharness] Bump the timeout for the .NET unit tests to 30 minutes.

This commit is contained in:
Rolf Bjarne Kvinge 2021-05-20 16:22:33 +02:00
Родитель 2d412041cb
Коммит e3c8ac0a6a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -225,7 +225,7 @@ namespace Xharness.Jenkins {
TestProject = buildDotNetTestsProject,
Platform = TestPlatform.All,
TestName = "DotNet tests",
Timeout = TimeSpan.FromMinutes (15),
Timeout = TimeSpan.FromMinutes (30),
Ignored = !IncludeDotNet,
};
Tasks.Add (runDotNetTests);