-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, our async UnifiedTestRunner assumes that all tests using waitForEvent will have SDAM polling on a thread. As a result, it uses time.sleep to wait, which is not compatible with async SDAM polling. We need to add true async support to our waitForEvent handling.