test(wechat): give voice reco polling enough time in CI
Memind CI / Test, build, and release guards (push) Successful in 4m1s
Memind CI / Test, build, and release guards (push) Successful in 4m1s
The mocked second poll result was racing a 50ms deadline on a loaded runner, so CI failed with an empty transcript. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -45,7 +45,7 @@ test('transcribeWechatVoiceViaRecoApi uploads mp3 and polls reco result', async
|
|||||||
},
|
},
|
||||||
convertToMp3: async () => mp3Buffer,
|
convertToMp3: async () => mp3Buffer,
|
||||||
pollIntervalMs: 1,
|
pollIntervalMs: 1,
|
||||||
pollTimeoutMs: 50,
|
pollTimeoutMs: 2_000,
|
||||||
now: () => Date.now(),
|
now: () => Date.now(),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user