From 60683ac83012640620e5cd830b1d112d6705d32d Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Mon, 4 Nov 2019 09:30:21 -0800 Subject: [PATCH] Change Platform -> ArchGroup for timeout increase From reviewing the binlogs of arm and arm64 builds, this property check should definitely be ArchGroup not Platform (which ends up being AnyCPU here) Commit migrated from https://github.com/dotnet/corefx/commit/77a27b97d015648059f3b7968442e0be29aca9e8 --- src/libraries/sendtohelix.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/sendtohelix.proj b/src/libraries/sendtohelix.proj index fff89cd..efa07ab 100644 --- a/src/libraries/sendtohelix.proj +++ b/src/libraries/sendtohelix.proj @@ -11,8 +11,8 @@ $(BUILD_BUILDNUMBER) default - - 1800 + + 1800 900 <_timeoutSpan>$([System.TimeSpan]::FromSeconds($(TimeoutInSeconds))) -- 2.7.4