I would like to fail my builds if ANY particular unit test execution time (not the summary tests run time) exceeds certain reasonable limit, say two seconds. I am using MSTest.
Thanks!
I would like to fail my builds if ANY particular unit test execution time (not the summary tests run time) exceeds certain reasonable limit, say two seconds. I am using MSTest.
Thanks!
Copyright © 2021 Jogjafile Inc.
Use the
timeoutblock to create a timeout failure. Here is an example from the Jenkins CI Jenkinsfile: