mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 06:04:26 +02:00
wait for longer
This commit is contained in:
parent
34b5c04577
commit
32b8b2c8bf
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ var expectTreeAsync = function(command, expectedJSON, startJSON) {
|
||||||
console.log(JSON.stringify(getHeadlessSummary(headless)));
|
console.log(JSON.stringify(getHeadlessSummary(headless)));
|
||||||
}
|
}
|
||||||
return compareAnswer(headless, expectedJSON);
|
return compareAnswer(headless, expectedJSON);
|
||||||
}, 'trees should be equal', 100);
|
}, 'trees should be equal', 400);
|
||||||
};
|
};
|
||||||
|
|
||||||
var expectLevelSolved = function(levelBlob) {
|
var expectLevelSolved = function(levelBlob) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue