We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91e43d commit 4475d43Copy full SHA for 4475d43
src/TestStack.White/UIItems/WindowItems/Window.cs
@@ -246,7 +246,7 @@ private bool IsConsole()
246
/// <exception cref="System.ArgumentException">when current process is not available any more (id expired)</exception>
247
protected virtual void WaitForProcess()
248
{
249
- Process.GetProcessById(automationElement.Current.ProcessId).WaitForInputIdle();
+ Process.GetProcessById(automationElement.Current.ProcessId).WaitForInputIdle(CoreAppXmlConfiguration.Instance.BusyTimeout);
250
}
251
252
public override void ActionPerformed(Action action)
0 commit comments