forked from 77media/video-flow
超时时间
This commit is contained in:
parent
adda2077e1
commit
6b96c38260
@ -99,7 +99,7 @@ export function useWorkflowData() {
|
||||
|
||||
// 模拟分批获取分镜视频
|
||||
for (let i = 0; i < totalVideos; i++) {
|
||||
await new Promise(resolve => setTimeout(resolve, 60000)); // 60s
|
||||
await new Promise(resolve => setTimeout(resolve, 30000)); // 60s
|
||||
|
||||
const newVideo = {
|
||||
id: `video-${i}`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user