HJ
2020/10/10 03:23:49 [3] [SESSION_ATTEMPT_TIMED_OUT] [30s]
2020/10/10 03:23:49 [3] [SESSION_FAILED] [http://172.18.0.3:4444/wd/hub] [New session attempts retry count exceeded]
Finally i was able to run chrome-mobile:85.0 on linux machine - Steps I followed
1> Check for vmx flag [cat /proc/cpuinfo | grep vmx]
First machine i used was old[Intel Xeon E3-1230] and had no VMX support then I switched to new machine [Intel i5-8259U] which had VMX
2> Increased "-session-attempt-timeout", "180s" [from 30s to 180s] as android session normally takes more than a min before test can start
- Also followed the https://aerokube.com/selenoid/latest/#_option_2_running_selenoid_in_custom_docker_network
[Not sure if that was necessary though]
Just leaving this msg so it can help someone.👍
----