提交 aa47815a 编写于 作者: DCloud-yinjiacheng's avatar DCloud-yinjiacheng 提交者: DCloud-WZF

更新media自动化测试用例

上级 567a1c3b
...@@ -15,7 +15,7 @@ describe('API-compressVideo', () => { ...@@ -15,7 +15,7 @@ describe('API-compressVideo', () => {
it('test compressVideo', async () => { it('test compressVideo', async () => {
await page.callMethod('testCompressVideo'); await page.callMethod('testCompressVideo');
await page.waitFor(3000); await page.waitFor(5000);
if (process.env.uniTestPlatformInfo.startsWith('android')) { if (process.env.uniTestPlatformInfo.startsWith('android')) {
const infos = process.env.uniTestPlatformInfo.split(' '); const infos = process.env.uniTestPlatformInfo.split(' ');
const version = parseInt(infos[infos.length - 1]); const version = parseInt(infos[infos.length - 1]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册