From 8ebe5c0eaf788d2d63ddc4d616238b46c646e1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=A4=BC=E4=BA=AD?= Date: Fri, 27 May 2022 01:50:18 +0000 Subject: [PATCH] Signed-off-by: zhouliting --- api/@ohos.rpc.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.rpc.d.ts b/api/@ohos.rpc.d.ts index 0b10636bee..88bcc1ce35 100644 --- a/api/@ohos.rpc.d.ts +++ b/api/@ohos.rpc.d.ts @@ -977,7 +977,7 @@ declare namespace rpc { * Indicates the wait time for RPC, in seconds. It is NOT used in IPC case. * @since 7 */ - TF_WAIT_TIME = 8; + TF_WAIT_TIME = 4; /** * A constructor used to create a MessageOption instance. -- Gitee