We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784a74f commit b91b93eCopy full SHA for b91b93e
document-ai/snippets/src/main/java/documentai/v1beta3/BatchProcessDocumentBeta.java
@@ -98,7 +98,7 @@ public static void batchProcessDocument(
98
// Note: first request to the service takes longer than subsequent
99
// requests.
100
System.out.println("Waiting for operation to complete...");
101
- future.get(120, TimeUnit.SECONDS);
+ future.get(180, TimeUnit.SECONDS);
102
103
System.out.println("Document processing complete.");
104
0 commit comments