We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fbbd3 commit 78e483fCopy full SHA for 78e483f
.github/examples/java/CreateTopicDemo.java
@@ -51,7 +51,7 @@ public static void main(String[] args ) throws Exception {
51
52
// wait for Mirror Node to populate data
53
System.out.println("\nWaiting for Mirror Node to update...");
54
- Thread.sleep(6000);
+ Thread.sleep(10000);
55
56
// query messages using Mirror Node
57
String mirrorNodeUrl = mirrorNode + topicId + "/messages";
0 commit comments