Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Apr 26, 2024
1 parent 76c4bc9 commit 2e60d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canister/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ mod test {

// Ingest the next block. This time, the performance counter is set so that
// the ingestion is time-sliced.
crate::runtime::set_performance_counter_step(1_000_000_000);
crate::runtime::set_performance_counter_step(100_000_000);

insert_block(&mut state, blocks[2].clone()).unwrap();
let metrics_before = state.metrics.block_ingestion_stats.clone();
Expand Down

0 comments on commit 2e60d4f

Please sign in to comment.