wait longer
Browse files
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(
|
| 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
|