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

Commit 98a6208

Browse files
committed
Add Timeout to AddsNewReviewCommentToThread
With any luck this will give us a clue where this test is hanging?
1 parent dbf983f commit 98a6208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ Line 2
553553
}
554554

555555
[Test]
556+
[Timeout(5000)] // This test sometimes hangs, see https://github.com/github/VisualStudio/issues/2221
556557
public async Task AddsNewReviewCommentToThread()
557558
{
558559
var baseContents = @"Line 1

0 commit comments

Comments
 (0)