From 19d99f5913a7a8e3a6be861c8e216bbd708887fe Mon Sep 17 00:00:00 2001 From: Kevin Heifner Date: Tue, 11 Jul 2023 10:03:47 -0500 Subject: [PATCH] GH-1357 Reduced number of generated trxs to reduce load on ci/cd --- tests/nodeos_contrl_c_test.py | 2 +- tests/nodeos_startup_catchup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nodeos_contrl_c_test.py b/tests/nodeos_contrl_c_test.py index 3ba58b6561..0e9fc6fc70 100755 --- a/tests/nodeos_contrl_c_test.py +++ b/tests/nodeos_contrl_c_test.py @@ -97,7 +97,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], diff --git a/tests/nodeos_startup_catchup.py b/tests/nodeos_startup_catchup.py index 364d4948a5..94171e8927 100755 --- a/tests/nodeos_startup_catchup.py +++ b/tests/nodeos_startup_catchup.py @@ -111,7 +111,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,