diff --git a/buildman/component/buildcomponent.py b/buildman/component/buildcomponent.py index 5b05f36b7..51819e95b 100644 --- a/buildman/component/buildcomponent.py +++ b/buildman/component/buildcomponent.py @@ -419,7 +419,9 @@ class BuildComponent(BaseComponent): self._build_status.set_error('Build worker timed out', internal_error=True, requeued=self._current_job.has_retries_remaining()) - self.parent_manager.job_completed(self._current_job, BuildJobResult.INCOMPLETE, self) + yield trollius.From(self.parent_manager.job_completed(self._current_job, + BuildJobResult.INCOMPLETE, + self)) self._build_status = None self._current_job = None