Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/4.0' into GH-1357-test-main
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jul 11, 2023
2 parents 8b43915 + ef61b06 commit 8417aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/nodeos_contrl_c_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
testSuccessful=False

Print("Configure and launch txn generators")
targetTpsPerGenerator = 100
targetTpsPerGenerator = 10
testTrxGenDurationSec=60
trxGeneratorCnt=1
cluster.launchTrxGenerators(contractOwnerAcctName=cluster.eosioAccount.name, acctNamesList=[accounts[0].name,accounts[1].name],
Expand Down
2 changes: 1 addition & 1 deletion tests/nodeos_startup_catchup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def waitForNodeStarted(node):
waitForBlock(node0, blockNum, blockType=BlockType.lib)

Print("Configure and launch txn generators")
targetTpsPerGenerator = 100
targetTpsPerGenerator = 10
testTrxGenDurationSec=60*60
cluster.launchTrxGenerators(contractOwnerAcctName=cluster.eosioAccount.name, acctNamesList=[account1Name, account2Name],
acctPrivKeysList=[account1PrivKey,account2PrivKey], nodeId=node0.nodeId,
Expand Down

0 comments on commit 8417aec

Please sign in to comment.