awesome nailed down the actual args and stuff

This commit is contained in:
Peter Cottle 2013-10-15 17:25:55 -07:00
parent bf48e54bbe
commit e99b6d7c61
4 changed files with 49 additions and 15 deletions

View file

@ -52,7 +52,7 @@ var expectTreeAsync = function(command, expectedJSON) {
});
waitsFor(function() {
var diff = (Date.now() - start);
if (diff > TIME - 50 && !haveReported) {
if (diff > TIME - 20 && !haveReported) {
haveReported = true;
console.log('not going to match', command);
console.log('expected\n>>>>>>>>\n', loadTree(expectedJSON));