test(e2e): allow production ingest latency

This commit is contained in:
Xiaoxia AI
2026-06-23 22:24:47 +08:00
parent 0e05a2a23e
commit 2567e6cc52
+1 -1
View File
@@ -89,7 +89,7 @@ test.describe('Core generation and download flow', () => {
const asset = data.items.find((item) => item.name === 'e2e-generation-source.mp4');
return asset ? `${asset.mime_type || asset.file_type || ''}:${asset.status}` : 'missing';
},
{ timeout: 30_000, intervals: [1_000, 2_000, 3_000] }
{ timeout: 90_000, intervals: [1_000, 2_000, 3_000, 5_000] }
)
.toMatch(/^(video\/quicktime|video\/mp4|video)?:ready$/);