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

Allow for test continuation even when phase timeout occurs #994

Open
jshenaeva opened this issue Dec 8, 2021 · 0 comments
Open

Allow for test continuation even when phase timeout occurs #994

jshenaeva opened this issue Dec 8, 2021 · 0 comments

Comments

@jshenaeva
Copy link

The current behavior for when a test phase exceeds a configured timeout is that the phase result itself is reported as TIMEOUT and the entire test is aborted. There are instances where one may want to execute subsequent test phases even when a timeout for a previous phase occurs.
Therefore, propose adding a parameter to determine the behavior for a test phase when its timeout is triggered. The default behavior can still be to abort the test, but an option should be added to continue to the next phase. The phase that timed out can still be marked as TIMEOUT.

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