Does anybody have any idea why Selenium RC server takes a long time to run tests? A simple test of just opening a webpage (php) and asserting the title takes an unforgiving 4 minutes!
The tests are being run on Ubuntu server and using headless (XFrame Buffer) Selenium RC server. Does the fact that XFrame Buffer is being used make a difference?
Does anybody have any idea why Selenium RC server takes a long time to
Share
I had a similar problem. Downgrading Testing_Selenium to 0.4.3 from 0.4.4 helped.