Skip to content

Commit 147158b

Browse files
munkhuushmglAce Nassri
authored and
Ace Nassri
committed
chore: Added retry batch beta (#686)
* chore: renamed output dirs to prevent bucket access issue * chore: added retry on beta btach sample
1 parent ccdb153 commit 147158b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

translate/test/v3beta1/translate_batch_translate_text_beta.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe(REGION_TAG, () => {
5050
});
5151

5252
it('should batch translate the input text', async function () {
53+
this.retries(3);
5354
const projectId = await translationClient.getProjectId();
5455
const inputUri = 'gs://cloud-samples-data/translation/text.txt';
5556

0 commit comments

Comments
 (0)