Details
Assignee
Antranig BasmanAntranig BasmanReporter
Justin ObaraJustin ObaraComponents
Priority
Major
Details
Details
Assignee
Antranig Basman
Antranig BasmanReporter
Justin Obara
Justin ObaraComponents
Priority
Created May 13, 2021 at 7:12 PM
Updated May 13, 2021 at 7:13 PM
Currently when a sequence in the IoC testing framework times out because an event didn't fire, jqUnit remains locked up. In the browser you can find the error in the console. However, in CI (GitHub actions) it just idles till the CI task times out after 20 min, and no errors are reported in its logs. However, the logs do stop at the last completed test.
It would be helpful if the task was unblocked so that the test could complete and the error that is logged in the console is output to the CI logs.