From cece7e54d38b9fd6b479b5f3bb26d2d4a992cb30 Mon Sep 17 00:00:00 2001 From: Mike <45373284+munkhuushmgl@users.noreply.github.com> Date: Mon, 21 Jun 2021 15:02:20 -0600 Subject: [PATCH] chore: Added retry batch beta (#686) * chore: renamed output dirs to prevent bucket access issue * chore: added retry on beta btach sample --- .../test/v3beta1/translate_batch_translate_text_beta.test.js | 1 + 1 file changed, 1 insertion(+) 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';