Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
chore: increased timeout len (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl committed Apr 9, 2021
1 parent 2bbb862 commit 4fb8e54
Showing 1 changed file with 1 addition and 1 deletion.
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 4fb8e54

Please sign in to comment.