Skip to content

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 authored and Ace Nassri committed Nov 17, 2022
1 parent 17b235c commit fb37d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 fb37d84

Please sign in to comment.