Skip to content

Commit eca363d

Browse files
authored
chore: Increase Batch Translate Text timeout (#225)
Change-Id: I0230ae19a14112009058100c0bb789a7d7a1543a Fixes #199 🦕
1 parent 4d2949b commit eca363d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation/samples/snippets/beta_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def batch_translate_text(project_id, input_uri, output_uri):
7777
}
7878
)
7979

80-
result = operation.result(timeout=320)
80+
result = operation.result(timeout=400)
8181

8282
print("Total Characters: {}".format(result.total_characters))
8383
print("Translated Characters: {}".format(result.translated_characters))

0 commit comments

Comments
 (0)