palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.98k stars 221 forks source link

[Sauce tests] iOS tests sometime time out #2900

Open jtlan opened 9 years ago

jtlan commented 9 years ago

See this build: https://saucelabs.com/jobs/c1e713394b9e4f69b4c725b47c159524

iOS tests time out because 1500ms isn't quite long enough, it seems.

bluong commented 9 years ago

1.5 seconds sounds like an absurdly long time for a test to finish, though. In the test refactor, we should aim to not have this interaction not take as long?

aicioara commented 9 years ago

Some more context on this since I looked into it a while ago. iPads seem to handle multiple DOM elements really badly. True for physical devices as well. The more DOM nodes are added (basically the test results) the slower it gets. If you run a single test it will never exceed 100 ms.