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

chore: increased timeout len #402

Merged
merged 1 commit into from
Apr 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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