Skip to content

Commit

Permalink
Run test forever
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Jan 16, 2024
1 parent fa53a94 commit ef9fd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/rust/s2n-tls-tokio/tests/shutdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ async fn shutdown_after_halfclose_split() -> Result<(), Box<dyn std::error::Erro

#[tokio::test(start_paused = true)]
async fn shutdown_with_blinding() -> Result<(), Box<dyn std::error::Error>> {
loop {
let clock = common::TokioTime::default();
let mut server_config = common::server_config()?;
server_config.set_monotonic_clock(clock)?;
Expand Down Expand Up @@ -200,8 +201,7 @@ async fn shutdown_with_blinding() -> Result<(), Box<dyn std::error::Error>> {
// Shutdown MUST have sent the close_notify message needed by the peer
// to also shutdown successfully.
client.shutdown().await?;

Ok(())
}
}

#[tokio::test(start_paused = true)]
Expand Down

0 comments on commit ef9fd13

Please sign in to comment.