From 10b1606b5205568ce6e79bfb585aebeb3384d832 Mon Sep 17 00:00:00 2001 From: dengbing Date: Sat, 13 Sep 2025 16:20:03 +0800 Subject: [PATCH] test Signed-off-by: dengbing --- wm/src/window_session_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm/src/window_session_impl.cpp b/wm/src/window_session_impl.cpp index 23223a8a2e..1f8ec2990d 100644 --- a/wm/src/window_session_impl.cpp +++ b/wm/src/window_session_impl.cpp @@ -74,7 +74,7 @@ constexpr int32_t WINDOW_ROTATION_CHANGE = 50; constexpr uint32_t INVALID_TARGET_API_VERSION = 0; constexpr uint32_t OPAQUE = 0xFF000000; constexpr int32_t WINDOW_CONNECT_TIMEOUT = 1000; -constexpr int32_t WINDOW_LIFECYCLE_TIMEOUT = 100; +constexpr int32_t WINDOW_LIFECYCLE_TIMEOUT = 100; /* * DFX -- Gitee