commit | 843b890334ca30cf6af27dffe29cecd06b49f7d9 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Thu Oct 21 18:22:25 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 21 18:22:25 2021 -0700 |
tree | b87fa973f2456a399b237c5ee333fa4b5349c5e4 | |
parent | 01cf4fb9c1aa567484c2ffb1b11f9b3fe9949b05 [diff] |
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127) Raise RLIMIT_NOFILE in test.libregrtest. On macOS the default is often too low for our testsuite to succeed. Co-authored by reviewer: Victor Stinner