Skip to content

Commit

Permalink
Merge pull request #58 from alexandrustanimir/master
Browse files Browse the repository at this point in the history
Fixing appveyor build #57
  • Loading branch information
DinisCruz committed Aug 14, 2015
2 parents 700dc35 + d143a52 commit ee25922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static bool win32_CloseWindow(this IntPtr hWnd)
public static IntPtr win32_Desktop_Window_With_Title(this string title, bool waitForWindow = true)
{
var wait_Count = 10;
var wait_Value = 100;
var wait_Value = 1000;
var window = Win32_Window.FindWindowsWithText(title).first();
if (window != default(IntPtr))
return window;
Expand Down

0 comments on commit ee25922

Please sign in to comment.