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

Add functionality to time how long a test case should run #38

Open
Thecarisma opened this issue Feb 19, 2021 · 0 comments
Open

Add functionality to time how long a test case should run #38

Thecarisma opened this issue Feb 19, 2021 · 0 comments

Comments

@Thecarisma
Copy link
Member

If the test case executes beyond the expected time it should fail with ExecutionBeyoundTimeError or something.
There is no need to introduce a thread it should work in multiprocess so the main process can time how long it starts running and if it beyond the time it kills the test case process and reports it,

There should also be an option to allow it to execute complete and report the time the execution completes and the time it expected to complete so it fails on the differences.

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

No branches or pull requests

1 participant