Skip to content

Commit

Permalink
chore: Added retry batch beta (#686)
Browse files Browse the repository at this point in the history
* chore: renamed output dirs to prevent bucket access issue

* chore: added retry on beta btach sample
  • Loading branch information
munkhuushmgl authored and Ace Nassri committed Nov 17, 2022
1 parent ccdb153 commit 147158b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 147158b

Please sign in to comment.