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 23a6569 commit fdf5600Copy full SHA for fdf5600
1 file changed
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 = "50
+BASIC_CONSENSUS_MAX_TRANSACTIONS_PER_BLOCK = "500"
32
33
34
def print_separator(_label, _char="="):
0 commit comments