You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this problem in my test suite where some tests can take a very long time, to the point that the GitHub action times out. However, I don't know which test this is. Is there a way for TestItemRunner to print this information?
Note that verbose=true only prints this info at the end of the test suite, rather than during.
The text was updated successfully, but these errors were encountered:
I have this problem in my test suite where some tests can take a very long time, to the point that the GitHub action times out. However, I don't know which test this is. Is there a way for TestItemRunner to print this information?
Note that
verbose=true
only prints this info at the end of the test suite, rather than during.The text was updated successfully, but these errors were encountered: