Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
25268203
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
25268203
编写于
1月 16, 2022
作者:
O
openharmony_ci
提交者:
Gitee
1月 16, 2022
浏览文件
操作
浏览文件
下载
差异文件
!1582 调整超时时间
Merge pull request !1582 from guduhanyan/master
上级
23b3d674
e301a074
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
9 addition
and
9 deletion
+9
-9
miscservices/TimeTest_js/BUILD.gn
miscservices/TimeTest_js/BUILD.gn
+1
-1
miscservices/TimeTest_js/Test.json
miscservices/TimeTest_js/Test.json
+3
-3
miscservices/TimerTest_js/BUILD.gn
miscservices/TimerTest_js/BUILD.gn
+1
-1
miscservices/TimerTest_js/Test.json
miscservices/TimerTest_js/Test.json
+3
-3
miscservices/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js
...est_js/src/main/js/default/test/SystemTimerJsunit.test.js
+1
-1
未找到文件。
miscservices/TimeTest_js/BUILD.gn
浏览文件 @
25268203
...
@@ -20,7 +20,7 @@ ohos_js_hap_suite("time_js_test") {
...
@@ -20,7 +20,7 @@ ohos_js_hap_suite("time_js_test") {
":hjs_demo_resources",
":hjs_demo_resources",
]
]
certificate_profile = "./signature/openharmony_sx.p7b"
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "TimeJSApiTest"
hap_name = "
Acts
TimeJSApiTest"
}
}
ohos_js_assets("hjs_demo_js_assets") {
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
source_dir = "./src/main/js/default"
...
...
miscservices/TimeTest_js/Test.json
浏览文件 @
25268203
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
"description"
:
"Configuration for time js api Tests"
,
"description"
:
"Configuration for time js api Tests"
,
"driver"
:
{
"driver"
:
{
"type"
:
"JSUnitTest"
,
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"
2160
0000"
,
"test-timeout"
:
"
18
0000"
,
"package"
:
"ohos.acts.miscservices.timer"
,
"package"
:
"ohos.acts.miscservices.timer"
,
"shell-timeout"
:
"
2160
0000"
"shell-timeout"
:
"
18
0000"
},
},
"kits"
:
[
"kits"
:
[
{
{
"test-file-name"
:
[
"test-file-name"
:
[
"TimeJSApiTest.hap"
"
Acts
TimeJSApiTest.hap"
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
...
...
miscservices/TimerTest_js/BUILD.gn
浏览文件 @
25268203
...
@@ -20,7 +20,7 @@ ohos_js_hap_suite("timer_js_test") {
...
@@ -20,7 +20,7 @@ ohos_js_hap_suite("timer_js_test") {
":hjs_demo_resources",
":hjs_demo_resources",
]
]
certificate_profile = "./signature/openharmony_sx.p7b"
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "TimerJSApiTest"
hap_name = "
Acts
TimerJSApiTest"
}
}
ohos_js_assets("hjs_demo_js_assets") {
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
source_dir = "./src/main/js/default"
...
...
miscservices/TimerTest_js/Test.json
浏览文件 @
25268203
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
"description"
:
"Configuration for time js api Tests"
,
"description"
:
"Configuration for time js api Tests"
,
"driver"
:
{
"driver"
:
{
"type"
:
"JSUnitTest"
,
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"
2160
0000"
,
"test-timeout"
:
"
18
0000"
,
"package"
:
"ohos.acts.miscservices.timer"
,
"package"
:
"ohos.acts.miscservices.timer"
,
"shell-timeout"
:
"
2160
0000"
"shell-timeout"
:
"
18
0000"
},
},
"kits"
:
[
"kits"
:
[
{
{
"test-file-name"
:
[
"test-file-name"
:
[
"TimerJSApiTest.hap"
"
Acts
TimerJSApiTest.hap"
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
...
...
miscservices/TimerTest_js/src/main/js/default/test/SystemTimerJsunit.test.js
浏览文件 @
25268203
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录