Skip to content

Commit

Permalink
Increase helix timeout on Windows clients (dotnet/corefx#40913)
Browse files Browse the repository at this point in the history
* Increase helix timeout on Windows clients

Depending on the ARM64 windows queue utilization, clients sometimes take longer than the current timeout. Increasing temporarily until the queue has more machines.

* Update windows.yml

* Update windows.yml


Commit migrated from dotnet/corefx@ba5b90b
  • Loading branch information
ViktorHofer authored and stephentoub committed Sep 8, 2019
1 parent 67f4865 commit 2ea8c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/libraries/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ stages:
name: Hosted VS2017

submitToHelix: true
# Temporarily until we increase the Windows ARM64 queue, https://github.com/dotnet/core-eng/issues/7756
timeoutInMinutes: 180
buildExtraArguments: /p:RuntimeOS=win10

variables:
Expand Down

0 comments on commit 2ea8c25

Please sign in to comment.