Skip to content

Commit b3164a1

Browse files
committed
t0610.47: increase timeout
The test case 'ref transaction: many concurrent writers' does take a long time on Windows, in particular since there are file-locking issues involved. Let's give it much more than 10 seconds time to wait for 99 more concurrent writers to complete their updates. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3903e5d commit b3164a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t0610-reftable-basics.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ test_expect_success 'ref transaction: many concurrent writers' '
456456
(
457457
cd repo &&
458458
# Set a high timeout such that a busy CI machine will not abort
459-
# early. 10 seconds should hopefully be ample of time to make
459+
# early. One minute should hopefully be ample of time to make
460460
# this non-flaky.
461-
git config set reftable.lockTimeout 10000 &&
461+
git config set reftable.lockTimeout 60000 &&
462462
test_commit --no-tag initial &&
463463
464464
head=$(git rev-parse HEAD) &&

0 commit comments

Comments
 (0)