Skip to content
Snippets Groups Projects
Commit 6b0c2794 authored by Francesco Pham's avatar Francesco Pham
Browse files

openharmony-standard:add test-xts-acts-increase-testsuite-timeouts.patch


test/xts/acts: increase testsuite timeouts

sometimes testsuites execution are timing out because
the execution takes longer to finish.
Increasing some testsuite timeouts.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 8a3beb0a
No related branches found
No related tags found
1 merge request!101openharmony-standard: add patches to fix segfault, disable graphics, fixing feature abilities timeouts
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
test/xts/acts: increase testsuite timeouts
sometimes testsuites execution are timing out because
the execution takes longer to finish.
Increasing some testsuite timeouts.
Apply to test/xts/acts
Upstream-Status: Pending
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
diff --git a/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/Test.json b/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/Test.json
index 2de9a3580..25fe0a1cc 100755
--- a/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/Test.json
+++ b/aafwk/aafwk_standard/featureability/actsfeatureabilitytest/Test.json
@@ -2,7 +2,7 @@
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
- "test-timeout": "180000",
+ "test-timeout": "500000",
"package": "com.example.actsfeatureabilitytest",
"shell-timeout": "60000"
},
diff --git a/aafwk/aafwk_standard/want/actsgetwantalltest/Test.json b/aafwk/aafwk_standard/want/actsgetwantalltest/Test.json
index 663d15bb3..12ac403be 100644
--- a/aafwk/aafwk_standard/want/actsgetwantalltest/Test.json
+++ b/aafwk/aafwk_standard/want/actsgetwantalltest/Test.json
@@ -2,7 +2,7 @@
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
- "test-timeout": "60000",
+ "test-timeout": "600000",
"package": "com.example.actsgetwantalltest",
"shell-timeout": "60000"
},
diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/Test.json b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/Test.json
index c64f3635d..e5ec8be9a 100644
--- a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/Test.json
+++ b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanagertest/Test.json
@@ -2,7 +2,7 @@
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
- "test-timeout": "300000",
+ "test-timeout": "600000",
"package": "com.example.actsbundlemanagertest",
"shell-timeout": "60000"
},
......@@ -79,6 +79,7 @@ SRC_URI += "file://test-xts-acts-fix-Defpermission-typo.patch;patchdir=${S}/test
SRC_URI += "file://test-xts-acts-fix-faultloggertest.patch;patchdir=${S}/test/xts/acts"
SRC_URI += "file://test-xts-acts-fix-hicolliecpptest.patch;patchdir=${S}/test/xts/acts"
SRC_URI += "file://ace_engine-disable-create-component.patch;patchdir=${S}/foundation/ace/ace_engine"
SRC_URI += "file://test-xts-acts-increase-testsuite-timeouts.patch;patchdir=${S}/test/xts/acts"
inherit python3native gn_base ptest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment