Skip to content

Commit 403da93

Browse files
committed
fix(net):optimize BaseNet
1 parent de05520 commit 403da93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/src/test/java/org/tron/core/net/BaseNet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static void init() throws Exception {
9797
appT.startServices();
9898
appT.startup();
9999
try {
100-
Thread.sleep(1000);
100+
Thread.sleep(2000);
101101
} catch (InterruptedException e) {
102102
//ignore
103103
}

0 commit comments

Comments
 (0)