aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-02-23 09:47:16 -0800
committerGravatar Matt Kwong <mattkwong@google.com>2017-02-23 09:47:16 -0800
commitdff19376a78eceb112dce429c30dc46b910482b6 (patch)
treeaf10e0920dc4195a070c4da2cf6f48d19a11f738
parent3df77d2841b5a82595c08ac5628decaaf5b7c859 (diff)
Increase ulimit -n for internal testing
-rwxr-xr-xtools/internal_ci/linux/grpc_master.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/internal_ci/linux/grpc_master.sh b/tools/internal_ci/linux/grpc_master.sh
index 397e1bd713..d01d6375e9 100755
--- a/tools/internal_ci/linux/grpc_master.sh
+++ b/tools/internal_ci/linux/grpc_master.sh
@@ -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"