Skip to content

Commit 780849c

Browse files
committed
Change Blockchain type in tests to PEER_NORMAL - PEER_SERVER hangs on Travis builds when initializing the Blockchain
1 parent e96038a commit 780849c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/tron/core/BlockchainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class BlockchainTest {
4343
@BeforeClass
4444
public static void init() {
4545
blockchain = new Blockchain
46-
("0304f784e4e7bae517bcab94c3e0c9214fb4ac7ff9d7d5a937d1f40031f87b85","server");
46+
("0304f784e4e7bae517bcab94c3e0c9214fb4ac7ff9d7d5a937d1f40031f87b85","normal");
4747
}
4848

4949
@AfterClass

0 commit comments

Comments
 (0)