diff --git a/dm/src/display_manager.cpp b/dm/src/display_manager.cpp index 08c74a931b..b508a13938 100644 --- a/dm/src/display_manager.cpp +++ b/dm/src/display_manager.cpp @@ -33,7 +33,7 @@ namespace { const static uint32_t MAX_RETRY_NUM = 6; const static uint32_t RETRY_WAIT_MS = 500; const static uint32_t MAX_DISPLAY_SIZE = 32; - const static uint32_t MAX_INTERVAL_US = 13000; + const static uint32_t MAX_INTERVAL_US = 15000; std::atomic g_dmIsDestroyed = false; } WM_IMPLEMENT_SINGLE_INSTANCE(DisplayManager)