From 8cd6676b2b6f0b7ccac9bf9ef2a52bcb9ec83d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=98=E5=BF=A7=E5=A4=A9=E6=B6=AF?= Date: Mon, 28 Feb 2022 19:40:45 +0800 Subject: [PATCH] exchange the Test.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 忘忧天涯 --- communication/dsoftbus/rpc/Test.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/communication/dsoftbus/rpc/Test.json b/communication/dsoftbus/rpc/Test.json index bd9120c34..83cd1860d 100644 --- a/communication/dsoftbus/rpc/Test.json +++ b/communication/dsoftbus/rpc/Test.json @@ -2,10 +2,10 @@ "description": "Configuration for rpc Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "600000", "package": "com.ohos.rpctest", "abilityName": "com.ohos.rpc.MainAbility", - "shell-timeout": "60000" + "shell-timeout": "600000" }, "kits": [ { -- GitLab