Skip to content

Commit

Permalink
test: call self.generate() in p2p_net_deadlock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Oct 5, 2024
1 parent 74e54b8 commit 9b0c506
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/p2p_net_deadlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ def run_test(self):
thread1.join()

self.log.info("Check whether a deadlock happened")
self.nodes[0].generate(1)
self.sync_blocks()
self.generate(self.nodes[0], 1)


if __name__ == '__main__':
Expand Down

0 comments on commit 9b0c506

Please sign in to comment.