mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: limit amount of attempts for test test_withdrawal_fork
This commit is contained in:
parent
ecd0a96f63
commit
d690309513
@ -646,7 +646,7 @@ class AssetLocksTest(DashTestFramework):
|
||||
assert softfork_active(node_wallet, 'withdrawals')
|
||||
|
||||
index = 501
|
||||
while True:
|
||||
while index < 511:
|
||||
self.log.info(f"Generating new Asset Unlock tx, index={index}...")
|
||||
asset_unlock_tx = self.create_assetunlock(index, COIN, pubkey)
|
||||
asset_unlock_tx_payload = CAssetUnlockTx()
|
||||
|
Loading…
Reference in New Issue
Block a user