fixeria submitted this change.
start-testsuite: remove workaround for TITAN < 9.0.0
We're using the 9.0.0 nowadays, which does not need this workaround.
Change-Id: I57eecd6e0ea9e488a2110b029ddc313bd05cd1fa
---
M start-testsuite.sh
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/start-testsuite.sh b/start-testsuite.sh
index 7d06bf2..1cf544d 100755
--- a/start-testsuite.sh
+++ b/start-testsuite.sh
@@ -42,10 +42,6 @@
TEST=$3
fi
-# Limit max num of open file descriptors to workaround titan.core bug:
-# https://gitlab.eclipse.org/eclipse/titan/titan.core/-/issues/690
-ulimit -n 100000
-
if [ -z "$TTCN3_DIR" ]; then
# below is for the debian packages
TTCN3_BIN_DIR="${TTCN3_BIN_DIR:-/usr/bin}"
To view, visit change 40129. To unsubscribe, or for help writing mail filters, visit settings.