##// END OF EJS Templates
use finite wait_for_outputs
MinRK -
Show More
@@ -158,7 +158,7 b' class AsyncResult(object):'
158 self._success = True
158 self._success = True
159 finally:
159 finally:
160 self._metadata = map(self._client.metadata.get, self.msg_ids)
160 self._metadata = map(self._client.metadata.get, self.msg_ids)
161 self._wait_for_outputs()
161 self._wait_for_outputs(10)
162
162
163
163
164
164
General Comments 0
You need to be logged in to leave comments. Login now