diff --git a/tests/cefclient/osrplugin.cpp b/tests/cefclient/osrplugin.cpp index e3c6e42f4..0207297d9 100644 --- a/tests/cefclient/osrplugin.cpp +++ b/tests/cefclient/osrplugin.cpp @@ -520,7 +520,7 @@ LRESULT CALLBACK PluginWndProc(HWND hWnd, UINT message, WPARAM wParam, { case WM_CREATE: // Start the timer that's used for redrawing. - SetTimer(hWnd, 1, USER_TIMER_MINIMUM, NULL); + SetTimer(hWnd, 1, 20, NULL); return 0; case WM_DESTROY: