Sleep as a hack for lacking fullyNotified in some places
This commit is contained in:
@@ -94,14 +94,15 @@ class LockZinsTest (BitcoinTestFramework):
|
|||||||
|
|
||||||
rpc.generate(1)
|
rpc.generate(1)
|
||||||
self.sync_all()
|
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], opid1)
|
||||||
wait_and_assert_operationid_status(self.nodes[0], opid2)
|
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], opid3)
|
||||||
wait_and_assert_operationid_status(self.nodes[0], opid4)
|
wait_and_assert_operationid_status(self.nodes[0], opid4)
|
||||||
|
|
||||||
# give time for all z_sendmany's to run
|
|
||||||
#time.sleep(10)
|
|
||||||
|
|
||||||
rpc.z_getoperationstatus()
|
rpc.z_getoperationstatus()
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user