Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Aug 21, 2024
1 parent 614214c commit 46a6228
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sequencer/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1553,8 +1553,6 @@ mod test {
Upgrade { mode, upgrade_type },
);

let stop_voting_view = 30u64;

const NUM_NODES: usize = 5;
let config = TestNetworkConfigBuilder::<NUM_NODES, _, _>::with_num_nodes()
.api_config(
Expand Down Expand Up @@ -1633,7 +1631,7 @@ mod test {
break;
}
}
sleep(Duration::from_secs(1));
sleep(Duration::from_secs(1)).await;
}

network.server.shut_down().await;
Expand Down

0 comments on commit 46a6228

Please sign in to comment.