Skip to content

Commit d639123

Browse files
committed
Merge branch 'tb/t7704-deflake'
A test that fails on an unusually slow machine was found, and made less likely to cause trouble by lengthening the expiry value it uses. * tb/t7704-deflake: t/t7704-repack-cruft.sh: avoid failures during long-running tests
2 parents dd59778 + ac91586 commit d639123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7704-repack-cruft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ test_expect_success '--max-cruft-size with pruning' '
330330
# repack (and prune) with a --max-cruft-size to ensure
331331
# that we appropriately split the resulting set of packs
332332
git repack -d --cruft --max-cruft-size=1M \
333-
--cruft-expiration=10.seconds.ago &&
333+
--cruft-expiration=1000.seconds.ago &&
334334
ls $packdir/pack-*.mtimes | sort >cruft.after &&
335335
336336
for cruft in $(cat cruft.after)

0 commit comments

Comments
 (0)