Fixed helper waitFor test

pull/1158/merge
Peter 'Pita' Martischka 2012-11-03 22:20:27 +00:00
parent 4944dcbd1c
commit f30300d6fd
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ describe("the test helper", function(){
checks++;
return false;
}, 2000, 100).fail(function(){
expect(checks).to.be.greaterThan(18);
expect(checks).to.be.lessThan(22);
expect(checks).to.be.greaterThan(10);
expect(checks).to.be.lessThan(30);
done();
});
});