mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
add jest.retryTimes(3);
This commit is contained in:
parent
0ba4dde659
commit
95f1850fac
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ beforeAll(() => {
|
|||
loadVertexAiCredentials();
|
||||
});
|
||||
|
||||
|
||||
// Configure Jest to retry flaky tests up to 3 times (useful for 429 rate limiting)
|
||||
jest.retryTimes(3);
|
||||
|
||||
describe('Vertex AI Tests', () => {
|
||||
test('should successfully generate non-streaming content with tags', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue