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

Support an overall timeout, in addition to testitem_timeout #137

Open
nickrobinson251 opened this issue Jan 11, 2024 · 0 comments
Open

Support an overall timeout, in addition to testitem_timeout #137

nickrobinson251 opened this issue Jan 11, 2024 · 0 comments
Labels
new feature A feature we would like to add

Comments

@nickrobinson251
Copy link
Collaborator

Currently we have the ability to "timeout" an individual @testitem, i.e. set a time limit at which we forcefully stop running a test-item and mark it as failed.

But we do not have the ability to set a timeout for the total time of runtests... which could be convenient

e.g. if you want to split a large test suite into multiple test jobs and don't want any test job to take more than 1h, you might want to set timeout=3600 (perhaps in addition to e.g. requiring each test-item completes in <5 minutes by setting testitem_timeout=300)

@nickrobinson251 nickrobinson251 added the new feature A feature we would like to add label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A feature we would like to add
Projects
None yet
Development

No branches or pull requests

1 participant