Skip to content

Commit

Permalink
Add hint about maximum number of open files for testing (ordinals#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Aug 21, 2023
1 parent 4b9a530 commit 6b846dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ just doc
just watch ltest --all
```

If the tests are failing or hanging, you might need to increase the maximum
number of open files by running `ulimit -n 1024` in your shell before you run
the tests, or in your shell configuration.

We also try to follow a TDD (Test-Driven-Development) approach, which means we
use tests as a way to get visibility into the code. Tests have to run fast for that
reason so that the feedback loop between making a change, running the test and
Expand Down

0 comments on commit 6b846dc

Please sign in to comment.