From 9fa3235e73c6810aa6b20bde886b7303dc587156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=A4=BC=E4=BA=AD?= Date: Thu, 24 Mar 2022 03:21:37 +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 5bbf62bb3e..427283834f 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 = 4; + TF_WAIT_TIME = 8; /** * A constructor used to create a MessageOption instance. -- Gitee