提交 7dd8efc5 编写于 作者: Y yygxr

fix session xts case error

Signed-off-by: Nyygxr <wuhao30@huawei.com>
上级 90dab56c
...@@ -275,7 +275,7 @@ export default function cameraSessionTest(surfaceId: any) { ...@@ -275,7 +275,7 @@ export default function cameraSessionTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(10);
console.info('Exit beginCameraSessionConfig'); console.info('Exit beginCameraSessionConfig');
...@@ -293,7 +293,7 @@ export default function cameraSessionTest(surfaceId: any) { ...@@ -293,7 +293,7 @@ export default function cameraSessionTest(surfaceId: any) {
} }
}) })
await sleep(300); await sleep(500);
console.info('Exit commitCameraSessionConfig'); console.info('Exit commitCameraSessionConfig');
......
...@@ -312,7 +312,7 @@ export default function cameraSessionExposureTest(surfaceId: any) { ...@@ -312,7 +312,7 @@ export default function cameraSessionExposureTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(10);
console.info('Exit beginCameraSessionConfig'); console.info('Exit beginCameraSessionConfig');
...@@ -330,7 +330,7 @@ export default function cameraSessionExposureTest(surfaceId: any) { ...@@ -330,7 +330,7 @@ export default function cameraSessionExposureTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(500);
console.info('Exit commitCameraSessionConfig'); console.info('Exit commitCameraSessionConfig');
......
...@@ -265,7 +265,7 @@ export default function cameraSessionFlashTest(surfaceId: any) { ...@@ -265,7 +265,7 @@ export default function cameraSessionFlashTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(10);
console.info('Exit beginCameraSessionConfig'); console.info('Exit beginCameraSessionConfig');
...@@ -283,7 +283,7 @@ export default function cameraSessionFlashTest(surfaceId: any) { ...@@ -283,7 +283,7 @@ export default function cameraSessionFlashTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(500);
console.info('Exit commitCameraSessionConfig'); console.info('Exit commitCameraSessionConfig');
......
...@@ -311,7 +311,7 @@ export default function cameraSessionFocusTest(surfaceId: any) { ...@@ -311,7 +311,7 @@ export default function cameraSessionFocusTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(10);
console.info('Exit beginCameraSessionConfig'); console.info('Exit beginCameraSessionConfig');
...@@ -329,7 +329,7 @@ export default function cameraSessionFocusTest(surfaceId: any) { ...@@ -329,7 +329,7 @@ export default function cameraSessionFocusTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(500);
console.info('Exit commitCameraSessionConfig'); console.info('Exit commitCameraSessionConfig');
......
...@@ -264,7 +264,7 @@ export default function cameraSessionVideoStabilizationTest(surfaceId: any) { ...@@ -264,7 +264,7 @@ export default function cameraSessionVideoStabilizationTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(10);
console.info('Exit beginCameraSessionConfig'); console.info('Exit beginCameraSessionConfig');
...@@ -282,7 +282,7 @@ export default function cameraSessionVideoStabilizationTest(surfaceId: any) { ...@@ -282,7 +282,7 @@ export default function cameraSessionVideoStabilizationTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(500);
console.info('Exit commitCameraSessionConfig'); console.info('Exit commitCameraSessionConfig');
......
...@@ -266,7 +266,7 @@ export default function cameraSessionZoomRatioTest(surfaceId: any) { ...@@ -266,7 +266,7 @@ export default function cameraSessionZoomRatioTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(10);
console.info('Exit beginCameraSessionConfig'); console.info('Exit beginCameraSessionConfig');
...@@ -284,7 +284,7 @@ export default function cameraSessionZoomRatioTest(surfaceId: any) { ...@@ -284,7 +284,7 @@ export default function cameraSessionZoomRatioTest(surfaceId: any) {
} }
}) })
await sleep(100); await sleep(500);
console.info('Exit commitCameraSessionConfig'); console.info('Exit commitCameraSessionConfig');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册