summaryrefslogtreecommitdiff
path: root/crates/buddy_allocator/tests/hosted_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/buddy_allocator/tests/hosted_test.rs')
-rw-r--r--crates/buddy_allocator/tests/hosted_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/buddy_allocator/tests/hosted_test.rs b/crates/buddy_allocator/tests/hosted_test.rs
index d6d3389..89398ce 100644
--- a/crates/buddy_allocator/tests/hosted_test.rs
+++ b/crates/buddy_allocator/tests/hosted_test.rs
@@ -20,7 +20,7 @@ proptest! {
#[test]
fn test_simple_scenario() {
let scenario = Scenario {
- range_sizes: vec![16],
+ range_sizes: vec![5],
actions: vec![
Action::Debug,
Action::Alloc {