mirror of
https://gitee.com/openharmony/xts_dcts
synced 2024-11-23 07:39:59 +00:00
update KvStoreSecurityLevelS1Etsunit.test.ets.
Signed-off-by: wuxiaodan <wuxiaodan5@huawei.com>
This commit is contained in:
parent
f18da8f1e0
commit
cd039a9e7e
@ -4935,7 +4935,7 @@ export default function kvSyncTestS1Ets() {
|
||||
const query = new factory.Query();
|
||||
query.prefixKey("test_");
|
||||
kvStore.sync(syncDeviceIds, query, PULL, 1000);
|
||||
await sleep(2000);
|
||||
await sleep(4000);
|
||||
|
||||
await kvStore.get(schemaKey, (err, data) => {
|
||||
try {
|
||||
@ -5034,7 +5034,7 @@ export default function kvSyncTestS1Ets() {
|
||||
const query = new factory.Query();
|
||||
query.prefixKey("test_");
|
||||
kvStore.sync(syncDeviceIds, query, PUSH_PULL, 1000);
|
||||
await sleep(2000);
|
||||
await sleep(4000);
|
||||
|
||||
await kvStore.get(schemaKey, (err, data) => {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user