add jest.retryTimes(3);
This commit is contained in:
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 () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user