We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92d6b1 commit 23a6569Copy full SHA for 23a6569
2 files changed
.github/workflows/build.yml
@@ -181,6 +181,7 @@ jobs:
181
- name: run tests (block sizes)
182
env:
183
CI_BUILD: "1"
184
+ TEST_TRANSACTIONS_PER_BLOCK: "500"
185
run: |
186
cd scripts
187
./tests.py && cd ..
scripts/tests.py
@@ -28,7 +28,7 @@
28
29
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
30
REPO_ROOT = os.path.abspath(os.path.join(SCRIPT_DIR, ".."))
31
-BASIC_CONSENSUS_MAX_TRANSACTIONS_PER_BLOCK = "512"
+BASIC_CONSENSUS_MAX_TRANSACTIONS_PER_BLOCK = "50
32
33
34
def print_separator(_label, _char="="):
0 commit comments