[v0.12] Reduce ticks per second (#3287)

* Reduce ticks per second

- It's improving TPS. Temp fix for beacons timeframe

* Fix confirmation test
This commit is contained in:
Pankaj Garg
2019-03-15 14:15:54 -07:00
committed by GitHub
parent b2d6681762
commit 1e70f85e83
3 changed files with 18 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ fn test_fullnode_exit_2() {
}
#[test]
#[ignore]
fn test_leader_failure_2() {
let num_nodes = 2;
let mut fullnode_config = FullnodeConfig::default();
@@ -78,6 +79,7 @@ fn test_leader_failure_2() {
}
#[test]
#[ignore]
fn test_leader_failure_3() {
let num_nodes = 3;
let mut fullnode_config = FullnodeConfig::default();