Skip to content

Commit

Permalink
Merge pull request #4622 from eval-exec/exec/kill-gracefully-on-integ…
Browse files Browse the repository at this point in the history
…ration-test

Integration Test: kill_gracefully on RandomlyKill
  • Loading branch information
eval-exec committed Aug 28, 2024
2 parents 3675433 + 48c09c2 commit 50b74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/specs/fault_injection/randomly_kill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Spec for RandomlyKill {
node.mine(n);
}
info!("Stop the node");
node.stop();
node.stop_gracefully();
info!("Start the node");
node.start();
}
Expand Down

0 comments on commit 50b74a2

Please sign in to comment.