Selenium Chrome Driver Timeout

Hi guys,

I’m running my selenium tests on CircleCI using Firefox and Chrome Driver with 5 containers, everything runs fin on FF, but I’m getting a build timeout each time using chrome.

I’m using CIRCLE_BUILD_IMAGE=ubuntu-14.04 and I tried different chrome-driver versions 24, 23, 25, 13, 9 and same results.

I’m using java and testng, selenium version 2.53. I added a 10 min timeout on testng for each test, so but I’m not sure what is wrong on CircleCI

**** Setup Process ****
Starting ChromeDriver (v2.9.248304) on port 23937
[0.010][WARNING]: PAC support disabled because there is no system implementation
Test Class: Campaigns.AdvisingAppointmentCampaignTest
Campaigns.AdvisingAppointmentCampaignTest complete test(s) run; total time in milliseconds: 159502
**** Setup Process ****
Starting ChromeDriver (v2.9.248304) on port 4329
[0.011][WARNING]: PAC support disabled because there is no system implementation

command sh /home/ubuntu/project/./parallelism.sh took more than 120 minutes to run