Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral committed Nov 12, 2024
1 parent 87bb8af commit d1636ca
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ fn test_mark_subnet_orchestrator_as_maxed_out_once_backup_canisters_are_consumed
.unwrap();
}

for _ in 0..5 {
pocket_ic.tick();
}

let subnet_orchestrator_with_capacity_left = pocket_ic
.query_call(
platform_canister_id,
Expand Down Expand Up @@ -230,10 +234,6 @@ fn test_mark_subnet_orchestrator_as_maxed_out_once_backup_canisters_are_consumed

assert_eq!(subnet_available_canister_cnt, 0);

for _ in 0..5 {
pocket_ic.tick();
}

let subnet_backup_canister_cnt = pocket_ic
.query_call(
subnet_orchestrator_canister_id,
Expand Down

0 comments on commit d1636ca

Please sign in to comment.