diff --git a/translate/test/v3/translate_batch_translate_text_with_glossary.test.js b/translate/test/v3/translate_batch_translate_text_with_glossary.test.js index e31ffce7119..2e38b852b80 100644 --- a/translate/test/v3/translate_batch_translate_text_with_glossary.test.js +++ b/translate/test/v3/translate_batch_translate_text_with_glossary.test.js @@ -64,7 +64,8 @@ describe(REGION_TAG, () => { }); }); - it('should batch translate the input text with a glossary', async () => { + it('should batch translate the input text with a glossary', async function () { + this.retries(3); const projectId = await translationClient.getProjectId(); // make sure the bucket is empty. await clearBucket(projectId, storage, bucketUuid);