mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-30 19:04:14 +00:00
add jest.retryTimes(3);
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user