Skip to content

Commit

Permalink
Increase Helix timeout to 1h 30m on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Nov 24, 2024
1 parent 1e5cc46 commit 4322e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/UnitTests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<EnableAzurePipelinesReporter Condition="'$(BUILD_BUILDNUMBER)' != ''">true</EnableAzurePipelinesReporter>

<XUnitWorkItemTimeout>01:00:00</XUnitWorkItemTimeout>
<XUnitWorkItemTimeout Condition="$([MSBuild]::IsOSPlatform('OSX'))">01:30:00</XUnitWorkItemTimeout>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4322e48

Please sign in to comment.