Trying to fix a specific web-site timing out when it's tested with selenium
Running tests on virtualbox and 90% of them return
"Operation timed out after 30001 milliseconds "
What's strange is that web-site loads very quickly when I open it in Chrome on the same virtualbox... (just not through selenium)
Troubleshooting:
- Tried increasing the timeout limit in implicit wait
- Tried changing user agents (thinking may be the web-site itself is throttling down selenium tests)
- Tried increasing the ram on the virtualbox to maximum values
Not sure if anyone experienced this. Is there anything else I can try?
Appreciate any suggestions