mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 04:31:44 +00:00
consensus: ensure dir for cswal on reactor tests
This commit is contained in:
@ -35,7 +35,7 @@ func resetConfigTimeouts() {
|
||||
// config.Set("timeout_commit", 1000)
|
||||
}
|
||||
|
||||
func _TestReactor(t *testing.T) {
|
||||
func TestReactor(t *testing.T) {
|
||||
resetConfigTimeouts()
|
||||
N := 4
|
||||
css := randConsensusNet(N)
|
||||
@ -85,7 +85,7 @@ func _TestReactor(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func _TestByzantine(t *testing.T) {
|
||||
func TestByzantine(t *testing.T) {
|
||||
resetConfigTimeouts()
|
||||
N := 4
|
||||
css := randConsensusNet(N)
|
||||
|
Reference in New Issue
Block a user