Skip to content

Commit 9f1f062

Browse files
authored
fix: increase timeout for batch translate document (#708)
Change-Id: I4e604288729e77a2bc8a31c749a89ee662cb3ff8 Fixes #698 🦕
1 parent 18fca47 commit 9f1f062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/test/v3beta1/translate_batch_translate_document.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe(REGION_TAG, () => {
6161
);
6262
assert.match(output, /Total Pages: /);
6363

64-
this.timeout(500000);
64+
this.timeout(750000);
6565
});
6666

6767
// Delete the folder from GCS for cleanup

0 commit comments

Comments
 (0)