I'm having sporadic failures in my automated test suite because certain assets on the page are taking a long time to load. Each time it's a different one, so my question is : does this seem like an issue with the app's configuration or with chromedriver?
Asked
Active
Viewed 72 times
0

Luke Hill
- 460
- 2
- 10

Andrew Allison
- 1,122
- 2
- 13
- 30
-
Are the assets internal to your app or external, if external it can be due to external sites throttling your requests and can be worked around with a caching/programmable proxy like puffing-billy. If internal its likely to be the asset pipeline and may need you to increase timeouts. – Thomas Walpole Nov 15 '16 at 18:33
-
The assets that are taking the longest are external to the app. Thank you – Andrew Allison Nov 15 '16 at 19:36
-
are they essential for your tests to pass? – fabdurso Nov 15 '16 at 20:24
-
No they are not essential – Andrew Allison Nov 15 '16 at 23:12