[xharness] Bump the timeout for the cecil tests. (#19679)

It seems it's getting close to 5 minutes for slower bots, once in a while
hitting it, causing unnecessary test failures.
This commit is contained in:
Rolf Bjarne Kvinge 2023-12-20 14:45:14 +01:00 коммит произвёл GitHub
Родитель 64a5eb9251
Коммит 2eccd8810c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -143,7 +143,7 @@ namespace Xharness.Jenkins {
TestProject = buildCecilTestsProject,
Platform = TestPlatform.iOS,
TestName = "Cecil-based tests",
Timeout = TimeSpan.FromMinutes (5),
Timeout = TimeSpan.FromMinutes (10),
Ignored = !jenkins.TestSelection.IsEnabled (TestLabel.Cecil) || !jenkins.TestSelection.IsEnabled (PlatformLabel.Dotnet),
};
yield return runCecilTests;