Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
The purose of this big block is for the tests
to test a failure when the block is too big
though. The improved buddy allocation strategy
results in this block fitting on the heap now.
Hence the increase.
  • Loading branch information
cmichi committed Jan 16, 2019
1 parent aff276a commit 292c177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ mod tests {
},
CheckedExtrinsic {
signed: Some((alice(), 0)),
function: Call::Consensus(consensus::Call::remark(vec![0; 120000])),
function: Call::Consensus(consensus::Call::remark(vec![0; 140000])),
}
]
)
Expand Down

0 comments on commit 292c177

Please sign in to comment.