JMX SDK Driver issue on Mac

Recently I started getting this issue when running on Mac Pro (old generation - intel cip)
that I use as my mac self hosted runner for UI testing:

Caused by: com.intellij.driver.client.impl.JmxCallException: Unable to perform JMX call: public abstract com.intellij.driver.model.transport.RemoteCallResult com.intellij.driver.client.impl.Invoker.invoke(com.intellij.driver.model.transport.RemoteCall)([RefCall{className=com.jetbrains.performancePlugin.remotedriver.robot.SmoothRobot methodName=click ref=Ref[id=DEFAULT_50863, className=com.jetbrains.performancePlugin.remotedriver.robot.SmoothRobot, identityHashCode=1048326826, asString=com.jetbrains.performancePlugin.remotedriver.robot.SmoothRobot@3e7c32aa, rdTarget=DEFAULT]}])
at com.intellij.driver.client.impl.JmxCallHandler.invoke(JmxCallHandler.java:82)
at jdk.proxyXX.$ProxyXX.invoke(Unknown Source)
at com.intellij.driver.client.impl.DriverImpl.makeCall(DriverImpl.kt:220)

I opened also an issue on the ide-starter on GitHub

If anyone as a workaround or solution, please let me know

I found out that the issue was due to the 10-minute default timeout set in the starter framework.