Skip to content

Commit 41b9f7d

Browse files
committed
test: Use byte unit 'M' for -maxuploadtarget functional test
1 parent 6acda4b commit 41b9f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_maxuploadtarget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def set_test_params(self):
3636
self.setup_clean_chain = True
3737
self.num_nodes = 1
3838
self.extra_args = [[
39-
"-maxuploadtarget=800",
39+
"-maxuploadtarget=800M",
4040
"-acceptnonstdtxn=1",
4141
]]
4242
self.supports_cli = False

0 commit comments

Comments
 (0)