mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-21 19:25:24 +02:00
wait longer
This commit is contained in:
parent
1350d2e2d3
commit
64ca318346
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)));
|
||||
}
|
||||
return compareAnswer(headless, expectedJSON);
|
||||
}, 'trees should be equal', 400);
|
||||
}, 'trees should be equal', 500);
|
||||
};
|
||||
|
||||
var expectLevelSolved = function(levelBlob) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue