searchisko / search.jboss.org-ui

Web UI for search.jboss.org
Apache License 2.0
5 stars 4 forks source link

Use artificial ticks in async tests for reliable testing #83

Open lukas-vlcek opened 10 years ago

lukas-vlcek commented 10 years ago

Currently we rely on the async tests to make it within predefined intervals. However, when server is under pressure the timing in the test is not reliable. We should get inspiration from goog.* tests and use artificial ticks for reliable testing.