Skip to content

Commit

Permalink
ConsensusPubSubChunkedExample timeout update.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan committed Oct 18, 2023
1 parent 0067cf0 commit 50283e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/java/ConsensusPubSubChunkedExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static void main(String[] args) throws TimeoutException, PrecheckStatusEx
// get the receipt to ensure there were no errors
transaction.execute(client).getReceipt(client);

boolean largeMessageReceived = largeMessageLatch.await(30, TimeUnit.SECONDS);
boolean largeMessageReceived = largeMessageLatch.await(60, TimeUnit.SECONDS);
if (!largeMessageReceived) {
throw new TimeoutException("Large topic message was not received!");
}
Expand Down

0 comments on commit 50283e4

Please sign in to comment.