mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
896 stars 198 forks source link

added timeout to raft initialization #290

Closed eolesinski closed 1 month ago

eolesinski commented 1 month ago

This PR addresses issue #281 by adding a timeout to the raft initialization in node.cpp

Tested: tested by running scripts/test.sh and verified that basic_raft_cluster_failure_test no longer hangs.