From b2c4ad0562f9be156da05e46578e93cfd1b34329 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Mon, 16 Nov 2015 10:59:42 +0100 Subject: [PATCH] fix osx file limit issue in tests --- test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.sh b/test/run.sh index 799767e5348..7a8a3924426 100755 --- a/test/run.sh +++ b/test/run.sh @@ -8,7 +8,7 @@ else fi if [[ "$OSTYPE" == "darwin"* ]]; then - cd $ROOT ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \ + cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \ ../Electron-Build/Electron.app/Contents/MacOS/Electron \ node_modules/mocha/bin/_mocha $* else