Skip to content

Commit 4b48088

Browse files
committed
Increase timeout of Server_OnEnteringACommand_ShouldReceiveCompletions
1 parent 59e888a commit 4b48088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YarnSpinner.LanguageServer.Tests/LanguageServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public async Task Server_CanConnect()
2929
client.ClientSettings.Should().NotBeNull();
3030
}
3131

32-
[Fact(Timeout = 2000)]
32+
[Fact(Timeout = 4000)]
3333
public async Task Server_OnEnteringACommand_ShouldReceiveCompletions()
3434
{
3535
// Set up the server

0 commit comments

Comments
 (0)