From fb37d84c415588c46a6c48926d315584b89eecd1 Mon Sep 17 00:00:00 2001 From: aribray <45905583+aribray@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:30:25 -0700 Subject: [PATCH] fix: increase timeout for batch translate document (#708) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4e604288729e77a2bc8a31c749a89ee662cb3ff8 Fixes #698 🦕 --- .../test/v3beta1/translate_batch_translate_document.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translate/test/v3beta1/translate_batch_translate_document.test.js b/translate/test/v3beta1/translate_batch_translate_document.test.js index 8ef639eb68..cdb81f6c46 100644 --- a/translate/test/v3beta1/translate_batch_translate_document.test.js +++ b/translate/test/v3beta1/translate_batch_translate_document.test.js @@ -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