We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cbe4b commit e65a646Copy full SHA for e65a646
.github/examples/java/CreateTokenDemo.java
@@ -56,7 +56,7 @@ public static void main(String[] args ) throws Exception {
56
57
// Wait for Mirror Node to populate data
58
System.out.println("\nWaiting for Mirror Node to update...");
59
- Thread.sleep(3000);
+ Thread.sleep(5000);
60
61
// query balance using Mirror Node
62
String mirrorNodeUrl = mirrorNode +
0 commit comments