Skip to content

Commit 6219718

Browse files
committed
perf(sanity): reduce initial bulk job wait from 15s to 5s
- Reduces test suite execution time by 10 seconds - Route is now stable, no need for long initial wait
1 parent 25c93cc commit 6219718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sanity-check/api/bulkOperation-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ describe('BulkOperation api test', () => {
356356
})
357357

358358
it('should wait for all jobs to be processed before checking status', async () => {
359-
await delay(15000)
359+
await delay(5000)
360360
})
361361

362362
it('should wait for jobs to be ready and get job status for the first publish job', async function () {

0 commit comments

Comments
 (0)