Mbonea commited on
Commit
52070ff
·
1 Parent(s): 5d8b258

wait longer

Browse files
Files changed (1) hide show
  1. App/Generate/database/Video3d.py +1 -1
App/Generate/database/Video3d.py CHANGED
@@ -51,7 +51,7 @@ class VideoGenerator:
51
  print(
52
  f"Video {output_file} not ready yet, retrying in 10 seconds..."
53
  )
54
- await asyncio.sleep(120)
55
  else:
56
  print(f"Unexpected response for {output_file}: {data}")
57
  return None
 
51
  print(
52
  f"Video {output_file} not ready yet, retrying in 10 seconds..."
53
  )
54
+ await asyncio.sleep(180)
55
  else:
56
  print(f"Unexpected response for {output_file}: {data}")
57
  return None