Skip to content

Commit e65a646

Browse files
authored
Update CreateTokenDemo.java
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
1 parent 90cbe4b commit e65a646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/examples/java/CreateTokenDemo.java

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

5757
// Wait for Mirror Node to populate data
5858
System.out.println("\nWaiting for Mirror Node to update...");
59-
Thread.sleep(3000);
59+
Thread.sleep(5000);
6060

6161
// query balance using Mirror Node
6262
String mirrorNodeUrl = mirrorNode +

0 commit comments

Comments
 (0)