Skip to content

Commit

Permalink
Merge branch 'main' into shannon
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri authored Oct 11, 2024
2 parents 8d56023 + 12dcd01 commit 5c7d12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/engine/engine_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ async def _await_result_async(self) -> quantum.QuantumResult:
job = await self._refresh_job_async()
if job.execution_status.state in TERMINAL_STATES:
break
await duet.sleep(0.5)
await duet.sleep(1)
_raise_on_failure(job)
response = await self.context.client.get_job_results_async(
self.project_id, self.program_id, self.job_id
Expand Down

0 comments on commit 5c7d12b

Please sign in to comment.