Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce randomize testing timeouts in CI #2648

Merged
merged 5 commits into from Jun 18, 2019

Conversation

kdk
Copy link
Member

@kdk kdk commented Jun 17, 2019

The randomized tests have been consistently timing out when run on merges to master (even though they consistently complete on PR branches). To better understand why:

  • Increase the travis_wait time to 45 minutes
  • Tell hypothesis to stop at the first found error, and not try to search further
  • Cut the random circuit count from 100 to 50.

These can be revised when we better understand why the master jobs are running so long.

ajavadia
ajavadia previously approved these changes Jun 17, 2019
@kdk
Copy link
Member Author

kdk commented Jun 17, 2019

@ajavadia ajavadia merged commit 4f1ecf2 into Qiskit:master Jun 18, 2019
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
* Increase travis_wait time to 45m for randomized tests.

* Bump hypothesis version.

* Decrease to 50 random circuits and fail on first first found error.

* Disable hypothesis deadlines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants