Commit 2d6de2d1 authored by Alexandre Julliard's avatar Alexandre Julliard

shell32/tests: Wait a bit longer for the explorer window to be created.

parent 2a9f248b
......@@ -166,7 +166,7 @@ static BOOL check_window_exists(const char *name)
for (i = 0; i < 20; i++)
{
Sleep(100);
Sleep(100 * i);
if ((window = FindWindowA("ExplorerWClass", title)) ||
(window = FindWindowA("CabinetWClass", title)))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment