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 3479b13

Browse filesBrowse files
authored
Wait longer for sometimes slow operation (GoogleCloudPlatform#2056)
1 parent ffa8f9d commit 3479b13
Copy full SHA for 3479b13

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
@@ -75,7 +75,7 @@ def analyze_labels(path):
7575
path, features=features, video_context=context)
7676
print('\nProcessing video for label annotations:')
7777

78-
result = operation.result(timeout=90)
78+
result = operation.result(timeout=180)
7979
print('\nFinished processing.')
8080

8181
# Process video/segment level label annotations

0 commit comments

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