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
On windows, the --launcher-timeout test is currently disabled . Indeed, in that case, the function QProcess::terminate() sends a WM_CLOSE event and our App4Test doesn't handle it.
On windows, the
--launcher-timeout
test is currently disabled . Indeed, in that case, the function QProcess::terminate() sends aWM_CLOSE
event and ourApp4Test
doesn't handle it.It may be possible to use SetConsoleCtrlHandler
The text was updated successfully, but these errors were encountered: