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

!2723 内源检视和添加延时

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