Allow for test continuation even when phase timeout occurs
Open
- Dominant language
- Python
- Stars
- 722
- Forks
- 237
- Avg merge
- 11h 31m
- Merged PRs (30d)
- 4
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.