Skip to content

Commit 0d3f37a

Browse files
noahfalkmdh1418
andauthored
Update src/tests/Microsoft.Diagnostics.NETCore.Client/GetProcessInfoTests.cs
Co-authored-by: Mitchell Hwang <[email protected]>
1 parent 04f16c0 commit 0d3f37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/Microsoft.Diagnostics.NETCore.Client/GetProcessInfoTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private async Task BasicProcessInfoTestCore(TestConfiguration config, bool useAs
8686
}
8787
catch (ServerNotAvailableException) when (i < retryCount-1)
8888
{
89-
_output.WriteLine($"Failed to connect to the IPC channel as the process is starting up. Attempt {i} of {retryCount}. Waiting 0.1 seconds, then retrying.");
89+
_output.WriteLine($"Failed to connect to the IPC channel as the process is starting up. Attempt {i+1} of {retryCount}. Waiting 0.1 seconds, then retrying.");
9090
await Task.Delay(100);
9191
}
9292
}

0 commit comments

Comments
 (0)