wait for longer

This commit is contained in:
Peter Cottle 2015-06-02 22:46:44 -07:00
parent 34b5c04577
commit 32b8b2c8bf

View file

@ -84,7 +84,7 @@ var expectTreeAsync = function(command, expectedJSON, startJSON) {
console.log(JSON.stringify(getHeadlessSummary(headless)));
}
return compareAnswer(headless, expectedJSON);
}, 'trees should be equal', 100);
}, 'trees should be equal', 400);
};
var expectLevelSolved = function(levelBlob) {