config: work around bug with includeif:onbranch and early config
[gitweb.git] / t / t5310-pack-bitmaps.sh
index 3aab7024ca4761d0cd572dd361884ec53a837f32..6640329ebf609c5054a6f97919005855790571a6 100755 (executable)
@@ -21,7 +21,7 @@ has_any () {
 }
 
 test_expect_success 'setup repo with moderate-sized history' '
-       test_commit_bulk --id=file 10 &&
+       test_commit_bulk --id=file 100 &&
        git checkout -b other HEAD~5 &&
        test_commit_bulk --id=side 10 &&
        git checkout master &&