Skip to content

Commit

Permalink
chore: Added retry batch glos (#681)
Browse files Browse the repository at this point in the history
Fixes #669  🦕
  • Loading branch information
munkhuushmgl authored and Ace Nassri committed Nov 17, 2022
1 parent 2755ebd commit f7c790a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f7c790a

Please sign in to comment.