]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/t5551-expensive-test-timeouts-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Jun 2026 14:56:22 +0000 (07:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jun 2026 14:57:17 +0000 (07:57 -0700)
The Apache timeout in HTTP tests has been increased to prevent test
failures on heavily loaded CI runners. The tests creating an
enormous number of refs have been isolated to their own repositories
to avoid slowing down subsequent tests.

* jk/t5551-expensive-test-timeouts-fix:
  t5551: put many-tags case into its own repo
  t/lib-httpd: bump apache timeout


Trivial merge