From b12f0a222f1c1aa4d9d8bd318ca5ae8a3753c2c7 Mon Sep 17 00:00:00 2001 From: zhubx0704 Date: Thu, 31 Aug 2023 13:16:09 +0000 Subject: [PATCH] Fix ScreenCapture XTS issue Signed-off-by: zhubx0704 --- .../media/media_js_standard/screenCapture_ndk_test/Test.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json b/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json index 2fcbcde37..76a6b777b 100644 --- a/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json +++ b/multimedia/media/media_js_standard/screenCapture_ndk_test/Test.json @@ -5,7 +5,8 @@ "test-timeout": "1500000", "bundle-name": "com.example.avscreencapturendkxts", "package-name": "com.example.avscreencapturendkxts", - "shell-timeout": "600000" + "shell-timeout": "600000", + "testcase-timeout": "100000" }, "kits": [ { @@ -28,4 +29,4 @@ ] } ] -} \ No newline at end of file +} -- GitLab