未验证 提交 606707a0 编写于 作者: O openharmony_ci 提交者: Gitee

!2723 内源检视和添加延时

Merge pull request !2723 from 李昊/cherry-pick-1647862141
......@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import file from '@system.file'
import {Core, ExpectExtend} from 'deccjsunit/index'
const injectRef = Object.getPrototypeOf(global) || global
......
......@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import file from '@system.file'
import {Core, ExpectExtend} from 'deccjsunit/index'
const injectRef = Object.getPrototypeOf(global) || global
......@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export default {
data: {
title: "测试getAllAccounts接口"
title: "getAllAccounts"
},
onInit() {
this.title = "测试getAllAccounts接口";
this.title = "getAllAccounts";
},
onShow() {
console.info('onShow finish')
......
......@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import file from '@system.file'
import {Core, ExpectExtend} from 'deccjsunit/index'
const injectRef = Object.getPrototypeOf(global) || global
......@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export default {
data: {
title: "测试setAppAccountSyncEnable和checkAppAccountSyncEnable接口"
title: "setAppAccountSyncEnable和checkAppAccountSyncEnable"
},
onInit() {
this.title = "测试setAppAccountSyncEnable和checkAppAccountSyncEnable接口";
this.title = "setAppAccountSyncEnable和checkAppAccountSyncEnable";
},
onShow() {
console.info('onShow finish')
......
......@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import file from '@system.file'
import {Core, ExpectExtend} from 'deccjsunit/index'
const injectRef = Object.getPrototypeOf(global) || global
......@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export default {
data: {
title: "测试getAllAccessibleAccounts接口"
title: "getAllAccessibleAccounts"
},
onInit() {
this.title = "测试getAllAccessibleAccounts接口";
this.title = "getAllAccessibleAccounts";
},
onShow() {
console.info('onShow finish')
......
......@@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import file from '@system.file'
import {Core, ExpectExtend} from 'deccjsunit/index'
const injectRef = Object.getPrototypeOf(global) || global
......@@ -20,10 +19,10 @@ injectRef.regeneratorRuntime = require('@babel/runtime/regenerator')
export default {
data: {
title: "测试getAllAccessibleAccounts接口"
title: "getAllAccessibleAccounts"
},
onInit() {
this.title = "测试getAllAccessibleAccounts接口";
this.title = "getAllAccessibleAccounts";
},
onShow() {
console.info('onShow finish')
......
......@@ -24,7 +24,7 @@ var commonEventSubscribeInfo = {
var subscriber;
var receiveLocalId = -1;
const TIMEOUT = 2000;
const TIMEOUTSTART = 10000;
const TIMEOUTSTART = 20000;
const OSACCOUNTMAXNUMBER = 999;
const ERR_OSACCOUNT_KIT_CREATE_OS_ACCOUNT_ERROR = 4587523;
const ERR_OSACCOUNT_KIT_IS_OS_ACCOUNT_ACTIVED_ERROR = 4587542;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册