Skip to content

Commit 00ce0a8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/examples/java/CreateAccountDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static void main(String[] args) throws Exception {
4040
System.out.println("EVM Address: 0x" + newPublicKey.toEvmAddress() + "\n");
4141

4242
System.out.println("\nWaiting for Mirror Node to update...\n");
43-
Thread.sleep(6000);
43+
Thread.sleep(10000);
4444

4545
String url = mirrorNodeUrl + "/balances?account.id=" + newAccountId;
4646
HttpClient httpClient = HttpClient.newHttpClient();

0 commit comments

Comments
 (0)