Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18dc311

Browse filesBrowse files
authored
Update analyze.py (GoogleCloudPlatform#3088)
Fix: GoogleCloudPlatform#2991 This test should take around 10-15 seconds to run, but every once in awhile there seems to be something causing it to take a long time.
1 parent 6c39e0b commit 18dc311
Copy full SHA for 18dc311

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎video/cloud-client/analyze/analyze.py

Copy file name to clipboardExpand all lines: video/cloud-client/analyze/analyze.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def video_detect_text_gcs(input_uri):
296296
features=features)
297297

298298
print('\nProcessing video for text detection.')
299-
result = operation.result(timeout=300)
299+
result = operation.result(timeout=600)
300300

301301
# The first result is retrieved because a single video was processed.
302302
annotation_result = result.annotation_results[0]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.