Skip to content

Commit 9e1caa5

Browse files
committed
fix failing benchmark
1 parent 1e0f8e5 commit 9e1caa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/benchmarking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ mod benchmarks {
266266
);
267267

268268
#[extrinsic_call]
269-
_(RawOrigin::Root, 1u16.into()/*netuid*/, 10.into()/*max_burn*/)/*sudo_set_max_burn*/;
269+
_(RawOrigin::Root, 1u16.into()/*netuid*/, 2_000_000_000.into()/*max_burn*/)/*sudo_set_max_burn*/;
270270
}
271271

272272
#[benchmark]

0 commit comments

Comments
 (0)