diff --git a/.circleci/config.yml b/.circleci/config.yml index cbcc363968a4785119c7aae5d9e6ba2e77a596c7..635eeb2b720cfbeac0fd0fbbe2f8a9e2de31ccbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,6 +122,9 @@ jobs: - run: name: "Test" command: | + # The test suite might leak file descriptors. macOS defaults to a + # limit of 256. This should be fixed, but not now ... + ulimit -Sn 1024 # And finally we can run the tests. venv/bin/python -m twisted.trial --rterrors _zkapauthorizer