tests: Fix intermittent failure

This commit is contained in:
tecnovert
2021-09-05 01:18:34 +02:00
parent 2562aec4bd
commit e69409514c
4 changed files with 237 additions and 215 deletions

View File

@@ -246,7 +246,6 @@ def run_coins_loop(cls):
try:
if cls.btc_addr is not None:
btcRpc('generatetoaddress 1 {}'.format(cls.btc_addr))
logging.warning('cls.xmr_addr ' + str(cls.xmr_addr))
if cls.xmr_addr is not None:
callrpc_xmr_na(XMR_BASE_RPC_PORT + 1, 'generateblocks', {'wallet_address': cls.xmr_addr, 'amount_of_blocks': 1})
except Exception as e: