pub fn succeed_in_duration(
    _commands: Commands<'_, '_>,
    _query: Query<'_, '_, Entity, (With<SetRunResult>, With<Running>)>
)