Skip to content

Commit c686be5

Browse files
authored
Always make TestRunnerTestTimeoutMinutes available (#4918)
1 parent f96ef15 commit c686be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<SignAndNotarizeRuntimeIdentifiers>osx-arm64;osx-x64</SignAndNotarizeRuntimeIdentifiers>
1616
<DefaultRuntimeIdentifiers>$(SignOnlyRuntimeIdentifiers);$(SignAndNotarizeRuntimeIdentifiers)</DefaultRuntimeIdentifiers>
1717
<DisableCustomBlobStoragePublishing Condition="'$(DisableCustomBlobStoragePublishing)' == ''">false</DisableCustomBlobStoragePublishing>
18+
<TestRunnerTestTimeoutMinutes>15</TestRunnerTestTimeoutMinutes>
1819
</PropertyGroup>
1920

2021
<PropertyGroup Condition="'$(TargetFramework)' == 'net462'">
@@ -26,7 +27,6 @@
2627
</PropertyGroup>
2728

2829
<PropertyGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
29-
<TestRunnerTestTimeoutMinutes>15</TestRunnerTestTimeoutMinutes>
3030
<TestRunnerAdditionalArguments>--blame "CollectHangDump;TestTimeout=$(TestRunnerTestTimeoutMinutes)m"</TestRunnerAdditionalArguments>
3131
</PropertyGroup>
3232

0 commit comments

Comments
 (0)