Skip to content

Commit fdf5600

Browse files
committed
#985 fix tests.py block size
1 parent 23a6569 commit fdf5600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "50
31+
BASIC_CONSENSUS_MAX_TRANSACTIONS_PER_BLOCK = "500"
3232

3333

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

0 commit comments

Comments
 (0)