Skip to content

Commit 5636b24

Browse files
committed
WIP
1 parent 7c1ad53 commit 5636b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t9999-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@ test_expect_success 'midx compaction during repacking' '
235235
git config gc.auto 0 &&
236236
git config maintenance.auto false &&
237237
238-
for i in $(seq 0 100)
238+
for i in $(seq 0 1000)
239239
do
240240
echo "Repack step $i" &&
241-
for j in $(seq 1 5)
241+
for j in $(seq 1 $(rand 20))
242242
do
243243
push "$i-$j" || return 1
244244
done &&

0 commit comments

Comments
 (0)