diff --git a/buildman/component/buildcomponent.py b/buildman/component/buildcomponent.py index 0a364e45a..d2df26ec9 100644 --- a/buildman/component/buildcomponent.py +++ b/buildman/component/buildcomponent.py @@ -371,4 +371,4 @@ class BuildComponent(BaseComponent): self._current_job = None # Unregister the current component so that it cannot be invoked again. - self.parent_manager.build_component_disposed(self, timed_out) + self.parent_manager.build_component_disposed(self, True)