From 565003d3a3dc545b5b9c24e258ec0f4053188151 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 21 Oct 2020 08:56:33 +0200 Subject: [PATCH] [xharness] Give the MSBuild tests 30 more minutes to finish. Fixes #xamarin/maccore@2623. (#9927) Fixes https://github.com/xamarin/maccore/issues/2326. --- tests/xharness/Jenkins/NUnitTestTasksEnumerable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xharness/Jenkins/NUnitTestTasksEnumerable.cs b/tests/xharness/Jenkins/NUnitTestTasksEnumerable.cs index c4773d381c..f95142c798 100644 --- a/tests/xharness/Jenkins/NUnitTestTasksEnumerable.cs +++ b/tests/xharness/Jenkins/NUnitTestTasksEnumerable.cs @@ -58,7 +58,7 @@ namespace Xharness.Jenkins { Platform = TestPlatform.iOS, TestName = "MSBuild tests", Mode = "iOS (integration)", - Timeout = TimeSpan.FromMinutes (60), + Timeout = TimeSpan.FromMinutes (90), Ignored = !jenkins.IncludeiOSMSBuild, SupportsParallelExecution = false, };