Skip to content

Commit 42af800

Browse files
authored
Increase result cadence (#1601)
1 parent 500980a commit 42af800

File tree

1 file changed

+1
-1
lines changed
  • client/qiskit_serverless/core

1 file changed

+1
-1
lines changed

client/qiskit_serverless/core/job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def error_message(self):
163163
"""Returns the execution error message."""
164164
return self._job_service.result(self.job_id) if self.status() == "ERROR" else ""
165165

166-
def result(self, wait=True, cadence=5, verbose=False, maxwait=0):
166+
def result(self, wait=True, cadence=30, verbose=False, maxwait=0):
167167
"""Return results of the job.
168168
Args:
169169
wait: flag denoting whether to wait for the

0 commit comments

Comments
 (0)