Skip to content

Commit 87c4e9b

Browse files
authored
[openai] Add retry to vitest config (Azure#34184)
1 parent cddb89c commit 87c4e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/openai/openai/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default mergeConfig(
1919
hookTimeout: 25000,
2020
fileParallelism: false,
2121
globalSetup: [resolve(__dirname, "test/utils/setup.ts")],
22+
retry: 2,
2223
},
2324
}),
2425
);

0 commit comments

Comments
 (0)