We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec52412 commit 525188cCopy full SHA for 525188c
test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs
@@ -83,9 +83,9 @@ private async Task WaitForDiagnosticsAsync()
83
// Wait for PSSA to finish.
84
for (int i = 0; Diagnostics.Count == 0; i++)
85
{
86
- if (i >= 30)
+ if (i >= 120)
87
88
- throw new InvalidDataException("No diagnostics showed up after 20s.");
+ throw new InvalidDataException("No diagnostics showed up after 2 minutes.");
89
}
90
91
await Task.Delay(1000);
0 commit comments