We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de05520 commit 403da93Copy full SHA for 403da93
1 file changed
framework/src/test/java/org/tron/core/net/BaseNet.java
@@ -97,7 +97,7 @@ public static void init() throws Exception {
97
appT.startServices();
98
appT.startup();
99
try {
100
- Thread.sleep(1000);
+ Thread.sleep(2000);
101
} catch (InterruptedException e) {
102
//ignore
103
}
0 commit comments