mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 00:18:56 +02:00
awesome nailed down the actual args and stuff
This commit is contained in:
parent
bf48e54bbe
commit
e99b6d7c61
4 changed files with 49 additions and 15 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue