Search Issue Tracker
Duplicate
Votes
0
Found in
Issue ID
1075945
Regression
No
Unity test runner tests aren't timing out when they should
Steps to reproduce:
1. open project
2. run playmode tests
Expected: all tests fail by timing out
Actual: tests pass without timing out
Reproduced on 2018.3.0a6
-
Resolution Note (2018.3.X):
It is not possible to timeout or cancel tests, as they are running in the main thread in Unity. A recommended workaround is to use [UnityTest] and then yield back null at each look, allowing the framework to timeout if needed.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [VFX Graph] ArcTorus Transform changes in blackboard not reflected in Graph
- Text deletion works incorrectly in an input field when the Chinese language is used and the "Event System" Component is turned off
- Typed text doesn't appear in an input field when the Chinese language is used and the "Event System" Component is turned off
- Script associated with "GlobalVolumeFeature" is missing when inspecting "Mobile Renderer" Asset
- Clearable "RenderingCommandBuffer" errors are thrown in the Console when creating project using Universal 3D Template
This is a duplicate of issue #1171050