BananoCoin / banano

Banano is a cryptocurrency utilizing a block-lettuce™ architecture.
https://banano.cc
BSD 3-Clause "New" or "Revised" License
130 stars 52 forks source link

Remove short election expiration time for dev network (#3585) #33

Closed ghost closed 2 years ago

ghost commented 2 years ago

It makes it difficult/impossible to access election objects in unit tests and it increases complexity for no obvious benefit.

This change could potentially fix a lot of unit test race conditions.

Fixes #3584 and probably many other unit tests.