Skip to content

Commit

Permalink
fix: fix flaky simulation integration test cancel ddl (#18626)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 authored Sep 20, 2024
1 parent 409bc8d commit 2b8f6a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ async fn test_ddl_cancel() -> Result<()> {
let pid = line.split_whitespace().next().unwrap();
let pid = pid.parse::<usize>().unwrap();
session.run(format!("kill {};", pid)).await?;
sleep(Duration::from_secs(10)).await;
break;
}
sleep(Duration::from_secs(2)).await;
Expand Down

0 comments on commit 2b8f6a6

Please sign in to comment.