Skip to content

Commit a9bb1a3

Browse files
authored
Reduce test timeout to speed up timeouts. (#36090)
2 parents a08f890 + 2a6f6ae commit a9bb1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/UnitTests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<EnableAzurePipelinesReporter Condition="'$(BUILD_BUILDNUMBER)' != ''">true</EnableAzurePipelinesReporter>
1010

11-
<XUnitWorkItemTimeout>2:00:00</XUnitWorkItemTimeout>
11+
<XUnitWorkItemTimeout>00:45:00</XUnitWorkItemTimeout>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)