test(e2e): allow production ingest latency
This commit is contained in:
@@ -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$/);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user