File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public static VideoAnnotationResults trackObjectsGcs(String gcsUri) throws Excep
131
131
132
132
System .out .println ("Waiting for operation to complete..." );
133
133
// The first result is retrieved because a single video was processed.
134
- AnnotateVideoResponse response = future .get (300 , TimeUnit .SECONDS );
134
+ AnnotateVideoResponse response = future .get (450 , TimeUnit .SECONDS );
135
135
VideoAnnotationResults results = response .getAnnotationResults (0 );
136
136
137
137
// Get only the first annotation for demo purposes.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public static VideoAnnotationResults trackObjects(String filePath) throws Except
62
62
63
63
System .out .println ("Waiting for operation to complete..." );
64
64
// The first result is retrieved because a single video was processed.
65
- AnnotateVideoResponse response = future .get (300 , TimeUnit .SECONDS );
65
+ AnnotateVideoResponse response = future .get (450 , TimeUnit .SECONDS );
66
66
VideoAnnotationResults results = response .getAnnotationResults (0 );
67
67
68
68
// Get only the first annotation for demo purposes.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public static VideoAnnotationResults trackObjects(String filePath) throws Except
63
63
64
64
System .out .println ("Waiting for operation to complete..." );
65
65
// The first result is retrieved because a single video was processed.
66
- AnnotateVideoResponse response = future .get (300 , TimeUnit .SECONDS );
66
+ AnnotateVideoResponse response = future .get (450 , TimeUnit .SECONDS );
67
67
VideoAnnotationResults results = response .getAnnotationResults (0 );
68
68
69
69
// Get only the first annotation for demo purposes.
@@ -131,7 +131,7 @@ public static VideoAnnotationResults trackObjectsGcs(String gcsUri) throws Excep
131
131
132
132
System .out .println ("Waiting for operation to complete..." );
133
133
// The first result is retrieved because a single video was processed.
134
- AnnotateVideoResponse response = future .get (300 , TimeUnit .SECONDS );
134
+ AnnotateVideoResponse response = future .get (450 , TimeUnit .SECONDS );
135
135
VideoAnnotationResults results = response .getAnnotationResults (0 );
136
136
137
137
// Get only the first annotation for demo purposes.
You can’t perform that action at this time.
0 commit comments