We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65a646 commit 00ce0a8Copy full SHA for 00ce0a8
.github/examples/java/CreateAccountDemo.java
@@ -40,7 +40,7 @@ public static void main(String[] args) throws Exception {
40
System.out.println("EVM Address: 0x" + newPublicKey.toEvmAddress() + "\n");
41
42
System.out.println("\nWaiting for Mirror Node to update...\n");
43
- Thread.sleep(6000);
+ Thread.sleep(10000);
44
45
String url = mirrorNodeUrl + "/balances?account.id=" + newAccountId;
46
HttpClient httpClient = HttpClient.newHttpClient();
0 commit comments