Skip to content

Commit

Permalink
fix(tests): set default executable to never-ending command
Browse files Browse the repository at this point in the history
  • Loading branch information
mccormickt committed Oct 19, 2024
1 parent d4465b1 commit 9b5a824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auraed/tests/common/cells.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl ExecutableBuilder {
pub fn new() -> Self {
Self {
name: format!("ae-sleeper-{}", uuid::Uuid::new_v4()),
command: "sleep 400".to_string(),
command: "tail -f /dev/null".to_string(),
description: String::from("description"),
}
}
Expand Down

0 comments on commit 9b5a824

Please sign in to comment.