Skip to content

Commit 23a6569

Browse files
committed
#985 set block size to 500 during tests
1 parent b92d6b1 commit 23a6569

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
- name: run tests (block sizes)
182182
env:
183183
CI_BUILD: "1"
184+
TEST_TRANSACTIONS_PER_BLOCK: "500"
184185
run: |
185186
cd scripts
186187
./tests.py && cd ..

scripts/tests.py

Lines changed: 1 addition & 1 deletion
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 = "512"
31+
BASIC_CONSENSUS_MAX_TRANSACTIONS_PER_BLOCK = "50
3232

3333

3434
def print_separator(_label, _char="="):

0 commit comments

Comments
 (0)