Skip to content

Commit 73e4c6f

Browse files
committed
#985 fix tests.py block size
1 parent fdf5600 commit 73e4c6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
3030
REPO_ROOT = os.path.abspath(os.path.join(SCRIPT_DIR, ".."))
31-
BASIC_CONSENSUS_MAX_TRANSACTIONS_PER_BLOCK = "500"
31+
TEST_TRANSACTIONS_PER_BLOCK = "500"
3232

3333

3434
def print_separator(_label, _char="="):
@@ -174,7 +174,7 @@ def getConsensustExecutive():
174174

175175

176176
basicConsensusEnv = {
177-
"maxTransactionsPerBlock": BASIC_CONSENSUS_MAX_TRANSACTIONS_PER_BLOCK,
177+
"TEST_TRANSACTIONS_PER_BLOCK": TEST_TRANSACTIONS_PER_BLOCK,
178178
}
179179

180180
fullConsensusTest("onenode", consensustExecutive, "[consensus-basic]", basicConsensusEnv)

0 commit comments

Comments
 (0)