add jest.retryTimes(3);

This commit is contained in:
Ishaan Jaff
2025-06-27 21:31:34 -07:00
parent 0ba4dde659
commit 95f1850fac
@@ -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 () => {