diff --git a/translate/test/v3beta1/translate_batch_translate_text_beta.test.js b/translate/test/v3beta1/translate_batch_translate_text_beta.test.js index 93ab9067bc0..9d0a52493be 100644 --- a/translate/test/v3beta1/translate_batch_translate_text_beta.test.js +++ b/translate/test/v3beta1/translate_batch_translate_text_beta.test.js @@ -50,6 +50,7 @@ describe(REGION_TAG, () => { }); it('should batch translate the input text', async function () { + this.retries(3); const projectId = await translationClient.getProjectId(); const inputUri = 'gs://cloud-samples-data/translation/text.txt';