Skip to content

Commit

Permalink
revert range changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanoroshiba authored and SuperFluffy committed Feb 4, 2025
1 parent d12ed9a commit add58bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/astria-conductor/tests/blackbox/soft_and_firm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ async fn conductor_restarts_after_reaching_stop_height() {
parent: [2; 64],
),
base_celestia_height: 1,
expected_calls: 1,
expected_calls: 0..=1,
);

let update_commitment_state_firm_2 = mount_update_commitment_state!(
Expand All @@ -810,7 +810,7 @@ async fn conductor_restarts_after_reaching_stop_height() {
);

timeout(
Duration::from_millis(2000),
Duration::from_millis(1000),
join(
execute_block_2.wait_until_satisfied(),
update_commitment_state_firm_2.wait_until_satisfied(),
Expand Down

0 comments on commit add58bc

Please sign in to comment.