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 Jun 10, 2021
1 parent ffe6e26 commit ac14df5
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 ac14df5

Please sign in to comment.