We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc7b2f8 + b9a1907 commit 7543deaCopy full SHA for 7543dea
t/t7004-tag.sh
@@ -1460,7 +1460,7 @@ test_expect_success 'invalid sort parameter in configuratoin' '
1460
'
1461
1462
run_with_limited_stack () {
1463
- (ulimit -s 64 && "$@")
+ (ulimit -s 128 && "$@")
1464
}
1465
1466
test_lazy_prereq ULIMIT 'run_with_limited_stack true'
@@ -1469,7 +1469,7 @@ test_lazy_prereq ULIMIT 'run_with_limited_stack true'
1469
test_expect_success ULIMIT '--contains works in a deep repo' '
1470
>expect &&
1471
i=1 &&
1472
- while test $i -lt 4000
+ while test $i -lt 8000
1473
do
1474
echo "commit refs/heads/master
1475
committer A U Thor <[email protected]> $((1000000000 + $i * 100)) +0200
0 commit comments