Skip to content
Snippets Groups Projects
Commit dff19376 authored by Matt Kwong's avatar Matt Kwong
Browse files

Increase ulimit -n for internal testing

parent 3df77d28
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ gcc --version || true
clang --version || true
docker --version || true
# Need to increase open files limit for c tests
ulimit -n 2000
git submodule update --init
tools/run_tests/run_tests.py -l c -t -x sponge_log.xml || FAILED="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment