This repository was archived by the owner on Aug 19, 2023. It is now read-only.
Increase nbsphinx timeout to 5 mins#1007
Merged
mtreinish merged 1 commit intoQiskit:masterfrom Aug 10, 2020
Merged
Conversation
Prior to Qiskit#989 we were just deploying prebuilt tutorials in the docs publish jobs so the per cell timeout was set to 60sec which should have been plenty since nothing was executed. However after Qiskit#989 in the docs deploy job we started executing all the cells. The 60 sec timeout is not sufficient for that, especially considering the tutorials repo has a 3min per cell timeout. This commit bumps the timeout to 5min to give a healthy margin on the publish job, where there isn't really any time pressure.
nonhermitian
approved these changes
Aug 10, 2020
jakelishman
pushed a commit
to jakelishman/qiskit-terra
that referenced
this pull request
Aug 11, 2023
Prior to Qiskit/qiskit-metapackage#989 we were just deploying prebuilt tutorials in the docs publish jobs so the per cell timeout was set to 60sec which should have been plenty since nothing was executed. However after Qiskit/qiskit-metapackage#989 in the docs deploy job we started executing all the cells. The 60 sec timeout is not sufficient for that, especially considering the tutorials repo has a 3min per cell timeout. This commit bumps the timeout to 5min to give a healthy margin on the publish job, where there isn't really any time pressure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prior to #989 we were just deploying prebuilt tutorials in the docs
publish jobs so the per cell timeout was set to 60sec which should have
been plenty since nothing was executed. However after #989 in the docs
deploy job we started executing all the cells. The 60 sec timeout is not
sufficient for that, especially considering the tutorials repo has a
3min per cell timeout. This commit bumps the timeout to 5min to give a
healthy margin on the publish job, where there isn't really any time
pressure.
Details and comments