]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1404-update-ref-errors.sh
Merge branch 'md/list-lazy-objects-fix'
[thirdparty/git.git] / t / t1404-update-ref-errors.sh
index 2a42a589a42cb9c086561be2df5540fa72af2ddf..51a4f4c0ac694ff421e3a17b174697122ecf4b1a 100755 (executable)
@@ -559,9 +559,9 @@ test_expect_success 'no bogus intermediate values during delete' '
        {
                # Note: the following command is intentionally run in the
                # background. We increase the timeout so that `update-ref`
-               # attempts to acquire the `packed-refs` lock for longer than
-               # it takes for us to do the check then delete it:
-               git -c core.packedrefstimeout=3000 update-ref -d $prefix/foo &
+               # attempts to acquire the `packed-refs` lock for much longer
+               # than it takes for us to do the check then delete it:
+               git -c core.packedrefstimeout=30000 update-ref -d $prefix/foo &
        } &&
        pid2=$! &&
        # Give update-ref plenty of time to get to the point where it tries