Skip to content

Commit

Permalink
GH-1095 Additional use of bios node to test using a configured produc…
Browse files Browse the repository at this point in the history
…er node that is not producing for trx execution
  • Loading branch information
heifner committed Jan 15, 2025
1 parent c9d4276 commit 1a2a0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/nodeos_retry_transaction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

apiNodeCount = len(apiNodes)

node=apiNodes[0]
node=cluster.biosNode # use biosNode to test configured as a producer but not producing
checkTransIds = []
startTime = time.perf_counter()
Print("Create new accounts via %s" % (cluster.eosioAccount.name))
Expand All @@ -155,6 +155,7 @@
Print("Transfer funds took %s sec" % (nextTime - startTime))
startTime = nextTime

node=apiNodes[0]
Print("Delegate Bandwidth to new accounts")
for account in accounts:
trans=node.delegatebw(account, 200.0000, 200.0000, waitForTransBlock=False, exitOnError=True, reportStatus=False)
Expand Down

0 comments on commit 1a2a0c9

Please sign in to comment.