Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
fix: increase timeout for batch translate document (#708)
Browse files Browse the repository at this point in the history
Change-Id: I4e604288729e77a2bc8a31c749a89ee662cb3ff8

Fixes #698  馃
  • Loading branch information
aribray committed Aug 13, 2021
1 parent 76d1cf7 commit ef154ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ describe(REGION_TAG, () => {
);
assert.match(output, /Total Pages: /);

this.timeout(500000);
this.timeout(750000);
});

// Delete the folder from GCS for cleanup
Expand Down

0 comments on commit ef154ad

Please sign in to comment.