Skip to content

Commit

Permalink
Add xunit timeout to hanging CancelledBuild test (#5827)
Browse files Browse the repository at this point in the history
This was attempted in #5290 but we hit a hang in this test again this week.
  • Loading branch information
rainersigwald committed Oct 26, 2020
1 parent 8c0a3ff commit fc27b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build.UnitTests/BackEnd/BuildManager_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ public void CancelledBuildWithUnexecutedSubmission()
/// <summary>
/// A canceled build
/// </summary>
[Fact]
[Fact(Timeout = 20_000)]
public void CancelledBuild()
{
string contents = CleanupFileContents(@"
Expand Down

0 comments on commit fc27b05

Please sign in to comment.