Commit Diff


commit - 27206177c882b0da529732517377eccb89f7c403
commit + 335f82b6f3b702d2a7d45b89da6b85f52884811b
blob - abd876817c1ec5b91e6d494b70c900bb50413493
blob + 64d35a24e1ecccf1e6e9472476a2d076281f3957
--- regress/cmdline/checkout.sh
+++ regress/cmdline/checkout.sh
@@ -901,7 +901,7 @@ test_checkout_ulimit_n() {
 	# Checkout should still work; if it does not, then either there is
 	# a bug or the fixed limit used by this test case is no longer valid
 	# and must be raised. Use a subshell to avoid changing global ulimit.
-	(ulimit -n 20; got checkout -q $testroot/repo $testroot/wt \
+	(ulimit -n 32; got checkout -q $testroot/repo $testroot/wt \
 		> $testroot/stdout)
 	ret=$?
 	if [ $ret -ne 0 ]; then