zkey_import_export: Synchronize mempools before mining

Resolves a race condition that caused the RPC test to intermittently fail.

Closes #2892.
This commit is contained in:
Jack Grigg 2018-01-22 21:08:15 +00:00
parent d11230be73
commit 9e8f1d09ca
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ class ZkeyImportExportTest (BitcoinTestFramework):
alice_zaddr = alice.z_getnewaddress()
res = alice.z_shieldcoinbase("*", alice_zaddr)
self.wait_and_assert_operationid_status(alice, res['opid'])
miner.generate(6)
self.sync_all()
miner.generate(1)
self.sync_all()
# Now get a pristine z-address for receiving transfers: