diff --git a/package/plus/counter_high_gas_cost/src/contract.rs b/package/plus/counter_high_gas_cost/src/contract.rs index f22c73d4..76d8a89f 100644 --- a/package/plus/counter_high_gas_cost/src/contract.rs +++ b/package/plus/counter_high_gas_cost/src/contract.rs @@ -30,7 +30,7 @@ pub fn ping(_deps: DepsMut) -> Result { let mut i = 0; let mut str = "".to_string(); let mut clone_str = "".to_string(); - while i < 700000 { + while i < 100000 { i += 1; str.push_str("x"); clone_str = str.clone().clone().clone().clone();