Skip to content

Commit 78e483f

Browse files
authored
Update CreateTopicDemo.java
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
1 parent 36fbbd3 commit 78e483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/examples/java/CreateTopicDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void main(String[] args ) throws Exception {
5151

5252
// wait for Mirror Node to populate data
5353
System.out.println("\nWaiting for Mirror Node to update...");
54-
Thread.sleep(6000);
54+
Thread.sleep(10000);
5555

5656
// query messages using Mirror Node
5757
String mirrorNodeUrl = mirrorNode + topicId + "/messages";

0 commit comments

Comments
 (0)