Skip to content

Commit b91b93e

Browse files
munkhuushmglShabirmean
authored andcommitted
chore: increased timeout len (#402)
1 parent 784a74f commit b91b93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document-ai/snippets/src/main/java/documentai/v1beta3/BatchProcessDocumentBeta.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static void batchProcessDocument(
9898
// Note: first request to the service takes longer than subsequent
9999
// requests.
100100
System.out.println("Waiting for operation to complete...");
101-
future.get(120, TimeUnit.SECONDS);
101+
future.get(180, TimeUnit.SECONDS);
102102

103103
System.out.println("Document processing complete.");
104104

0 commit comments

Comments
 (0)