Sleep as a hack for lacking fullyNotified in some places

This commit is contained in:
Duke
2025-08-22 11:33:13 -04:00
parent 34829af017
commit 727f4d9a29

View File

@@ -94,14 +94,15 @@ class LockZinsTest (BitcoinTestFramework):
rpc.generate(1)
self.sync_all()
# syncing is not perfect, oh well
time.sleep(3)
wait_and_assert_operationid_status(self.nodes[0], opid1)
wait_and_assert_operationid_status(self.nodes[0], opid2)
wait_and_assert_operationid_status(self.nodes[0], opid3)
wait_and_assert_operationid_status(self.nodes[0], opid4)
# give time for all z_sendmany's to run
#time.sleep(10)
rpc.z_getoperationstatus()
if __name__ == '__main__':