arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

ClientConnnector: retry failed page.open #128

Open amit-bansil opened 10 years ago

amit-bansil commented 10 years ago

Right now if page.open fails b/c e.g. the server isn’t ready tests will silently time out. This patch retries instead. This fixed several points in my app where cases would fail if a few tests were executed before them.