Skip to content

Commit

Permalink
Increase call_size for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Nov 10, 2023
1 parent d346c19 commit a52c241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ mod tests {
fn call_size() {
let size = core::mem::size_of::<RuntimeCall>();
assert!(
size <= 208,
size <= 256,
"size of RuntimeCall {} is more than 208 bytes: some calls have too big arguments, use Box to reduce the
size of RuntimeCall.
If the limit is too strong, maybe consider increase the limit to 300.",
Expand Down

0 comments on commit a52c241

Please sign in to comment.