in src/wait.rs [26:33]
fn default() -> Self {
Self {
state: "completed".to_string(),
successes_required: 3,
max_attempts: 90,
duration_between_attempts: Duration::from_secs(2),
}
}