Skip to content

Commit

Permalink
wait 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Nov 25, 2024
1 parent b02551a commit 8bb8aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async fn test_smoke() -> Result<()> {

let mut i = 1;
loop {
sleep(Duration::from_secs(1)).await;
sleep(Duration::from_secs(5)).await;

let new = testing.test_state().await;
println!("New State:{}", new);
Expand Down

0 comments on commit 8bb8aff

Please sign in to comment.