Skip to content

Commit

Permalink
Merge pull request #5377 from edwintorok/master
Browse files Browse the repository at this point in the history
fix(ci): remove 1024 fd limit for now
  • Loading branch information
robhoes authored Jan 22, 2024
2 parents d057878 + da5059d commit c1d789f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ TEST_TIMEOUT=600
TEST_TIMEOUT2=1200
test:
ulimit -S -t $(TEST_TIMEOUT); \
ulimit -n 1024; \
(sleep $(TEST_TIMEOUT) && ps -ewwlyF --forest)& \
PSTREE_SLEEP_PID=$$!; \
trap "kill $${PSTREE_SLEEP_PID}" SIGINT SIGTERM EXIT; \
Expand Down

0 comments on commit c1d789f

Please sign in to comment.