Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Support large qobj #626

Merged
merged 3 commits into from
Apr 13, 2020
Merged

Support large qobj #626

merged 3 commits into from
Apr 13, 2020

Conversation

jyu00
Copy link
Collaborator

@jyu00 jyu00 commented Apr 13, 2020

Summary

Closes #621 . Increase the timeout for uploading Qobj from 5 seconds to 10 minutes, since pulse jobs can be large.

Details and comments

The requests "connect" timeout actually covers both "connect" and "send". There is currently way to set them separately, hence this PR increase the connect time for send.

@jyu00 jyu00 merged commit 3af24f7 into Qiskit:master Apr 13, 2020
@jyu00 jyu00 deleted the support_large_qobj branch April 13, 2020 21:09
jyu00 added a commit to jyu00/qiskit-ibmq-provider that referenced this pull request Apr 21, 2020
(cherry picked from commit 3af24f7)
jyu00 added a commit that referenced this pull request Apr 22, 2020
* Fix tests for terra 0.13 (#623)

* stop using Qobj class

* fix type hint

* print all diff

* use to_dict

* copy return data

* update requirement

* remove deleted file

* don't use terra master

* use newer osx

* use pyenv

* make test more tolerant

(cherry picked from commit da6c78e)

# Conflicts:
#	CHANGELOG.md

* increase put timeout (#626)


(cherry picked from commit 3af24f7)

* Convert list to complex for Qobj (#631)

* convert list to complex for qobj

* increase timeout for qobj download

* change error type

(cherry picked from commit 2d32a1d)

# Conflicts:
#	CHANGELOG.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support uploading large Qojb
2 participants