提交 6527866f 编写于 作者: Y yygxr

Fix xts error

Signed-off-by: Nyygxr <wuhao30@huawei.com>
上级 558374aa
......@@ -163,7 +163,7 @@ export default function CameraInputTest(surfaceId) {
}
})
await sleep(10);
await sleep(30);
console.info('Exit beginCameraSessionConfig');
......
......@@ -293,7 +293,7 @@ export default function cameraSessionTest(surfaceId: any) {
}
})
await sleep(10);
await sleep(30);
console.info('Exit beginCameraSessionConfig');
......
......@@ -353,7 +353,7 @@ export default function cameraSessionExposureTest(surfaceId: any) {
}
})
await sleep(10);
await sleep(30);
console.info('Exit beginCameraSessionConfig');
......
......@@ -304,7 +304,7 @@ export default function cameraSessionFlashTest(surfaceId: any) {
}
})
await sleep(10);
await sleep(30);
console.info('Exit beginCameraSessionConfig');
......
......@@ -349,7 +349,7 @@ export default function cameraSessionFocusTest(surfaceId: any) {
}
})
await sleep(10);
await sleep(30);
console.info('Exit beginCameraSessionConfig');
......
......@@ -302,7 +302,7 @@ export default function cameraSessionVideoStabilizationTest(surfaceId: any) {
}
})
await sleep(10);
await sleep(30);
console.info('Exit beginCameraSessionConfig');
......
......@@ -306,7 +306,7 @@ export default function cameraSessionZoomRatioTest(surfaceId: any) {
}
})
await sleep(10);
await sleep(30);
console.info('Exit beginCameraSessionConfig');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册