Skip to content

Commit

Permalink
chore: increased timeout len (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and Shabirmean committed Nov 15, 2022
1 parent 784a74f commit b91b93e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static void batchProcessDocument(
// Note: first request to the service takes longer than subsequent
// requests.
System.out.println("Waiting for operation to complete...");
future.get(120, TimeUnit.SECONDS);
future.get(180, TimeUnit.SECONDS);

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

Expand Down

0 comments on commit b91b93e

Please sign in to comment.