Skip to content

Commit

Permalink
Give nodes more time per phase when doing PoSe tests
Browse files Browse the repository at this point in the history
Nodes started randomly voting other members as bad members because
contributions were not received fast enough.
  • Loading branch information
codablock committed Jan 10, 2019
1 parent 5958f8b commit 2aed51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rpc-tests/dip3-deterministicmns.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def run_test(self):
for j in range(6):
self.nodes[0].generate(2)
self.sync_all()
time.sleep(0.5)
time.sleep(2)

info = self.nodes[0].protx('info', mn.protx_hash)
if not punished:
Expand Down

0 comments on commit 2aed51c

Please sign in to comment.