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 167b79e commit 0913e36Copy full SHA for 0913e36
UiTests/Common/UiTestHelpers.cs
@@ -410,7 +410,7 @@ public static bool StartAndVerifyProcessesAreRunning(List<ProcessStartOptions> p
410
Thread.Sleep(2000);
411
}
412
413
- //Verify that processes are running
+ // Verify that processes are running
414
for (int i = 0; i < numRetries; i++)
415
{
416
if (!UiTestHelpers.ProcessesAreAlive(processes.Values.ToList())) { RestartProcesses(processes, processDataEntries); }
0 commit comments