Skip to content

Commit

Permalink
Try removing obsolete cludge that was probably needed for the old CI …
Browse files Browse the repository at this point in the history
…system
  • Loading branch information
erkannt committed Jan 15, 2025
1 parent 6e93d92 commit 2514feb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions slow-tests.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
#!/usr/bin/env bash
set -e

# lsh@2022-08-17: some change has maxed out the default (soft) file limit of 1024.
# this is a kludge and the real culprit should be found and fixed.
# - https://github.com/elifesciences/search/pull/382
ulimit -S -n 2048

function cleanup {
rc=$?
ulimit -S -n 1024
exit $rc
}
trap cleanup EXIT

echo "Creating, deleting an index"
bin/ci-lifecycle

Expand Down

0 comments on commit 2514feb

Please sign in to comment.