Skip to content

Commit

Permalink
Use LLMQ DKGs for PoSe testing in DIP3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jan 9, 2019
1 parent 6836f8c commit a1f4853
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions qa/rpc-tests/dip3-deterministicmns.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,12 @@ def run_test(self):
banned = False
t = time.time()
while (not punished or not banned) and (time.time() - t) < 120:
time.sleep(1)
# Init phase needs some time
time.sleep(0.5)

# 10 blocks until we can mine the dummy commitment
for j in range(10):
self.nodes[0].generate(1)
# all phases
for j in range(6):
self.nodes[0].generate(2)
self.sync_all()
time.sleep(0.5)

Expand Down

0 comments on commit a1f4853

Please sign in to comment.