提交 8b140ffc 编写于 作者: G guduhanyan

20220114xts00

Signed-off-by: Nguduhanyan <xuyanjun27@163.com>
上级 fa938058
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
"description": "Configuration for time js api Tests", "description": "Configuration for time js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "21600000", "test-timeout": "180000",
"package": "ohos.acts.miscservices.timer", "package": "ohos.acts.miscservices.timer",
"shell-timeout": "21600000" "shell-timeout": "180000"
}, },
"kits": [ "kits": [
{ {
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
"description": "Configuration for time js api Tests", "description": "Configuration for time js api Tests",
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "21600000", "test-timeout": "180000",
"package": "ohos.acts.miscservices.timer", "package": "ohos.acts.miscservices.timer",
"shell-timeout": "21600000" "shell-timeout": "180000"
}, },
"kits": [ "kits": [
{ {
......
...@@ -61,7 +61,7 @@ describe('TimerTest', function() { ...@@ -61,7 +61,7 @@ describe('TimerTest', function() {
it('systemTimer_Timer_test2',0, async () => { it('systemTimer_Timer_test2',0, async () => {
console.log("SUB_systemTimer_Timer_JS_API_0200 start") console.log("SUB_systemTimer_Timer_JS_API_0200 start")
var options = { var options = {
type:TIMER_TYPE_REALTIME_WAKEUP, type:TIMER_TYPE_WAKEUP,
repeat:false, repeat:false,
persistent:false persistent:false
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册