Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 86e7434

Browse files
committed
Set a 10s timeout for all InlineReviews tests
1 parent e80837d commit 86e7434

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
using NUnit.Framework;
2+
3+
[assembly: Timeout(10000)] // Set a 10 second timeout for all tests

test/GitHub.InlineReviews.UnitTests/Services/PullRequestSessionManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Line 2
552552
}
553553
}
554554

555-
[Test, Timeout(5000)]
555+
[Test]
556556
[Ignore("This test sometimes hangs, see https://github.com/github/VisualStudio/issues/2221")]
557557
public async Task AddsNewReviewCommentToThread()
558558
{

0 commit comments

Comments
 (0)