diff --git a/compileruntime/process_lib_standard/Test.json b/compileruntime/process_lib_standard/Test.json index a16a95a3396de3d5a4008b42e48ae9491d338e91..8cb5b4f512985b6f87294630819334dbb2811bb5 100644 --- a/compileruntime/process_lib_standard/Test.json +++ b/compileruntime/process_lib_standard/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for startup process js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "300000", "package": "com.example.childprocess", "shell-timeout": "60000" }, diff --git a/compileruntime/url_lib_standard/Test.json b/compileruntime/url_lib_standard/Test.json index 509cac922121ecc4c467069126977e9047bf3077..8fef63c10d1a410abb0254547112901688afa256 100644 --- a/compileruntime/url_lib_standard/Test.json +++ b/compileruntime/url_lib_standard/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for startup url js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "300000", "package": "com.example.url", "shell-timeout": "60000" }, diff --git a/compileruntime/util_lib_standard/Test.json b/compileruntime/util_lib_standard/Test.json index d8e14d1dfaa699d1032ee378f16b41f3f1353972..8f194dafacbd46edead10afe56a264e67932db5e 100644 --- a/compileruntime/util_lib_standard/Test.json +++ b/compileruntime/util_lib_standard/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for startup util js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "300000", "package": "com.example.childprocess", "shell-timeout": "60000" }, diff --git a/test_packages.gni b/test_packages.gni index a495343d05542a3ec6bed4a37d2a3d9552cbf441..7b6ff9a4053d225eb9f7bfac4ee55b2ee66020c6 100755 --- a/test_packages.gni +++ b/test_packages.gni @@ -25,6 +25,7 @@ _all_test_packages = [ "${ACTS_ROOT}/account:account", "${ACTS_ROOT}/communication:communication", + "${ACTS_ROOT}/compileruntime:compileruntime", "${ACTS_ROOT}/notification:notification", "${ACTS_ROOT}/aafwk:aafwk", "${ACTS_ROOT}/location:location",