We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ed2fb commit 50658c2Copy full SHA for 50658c2
1 file changed
.github/workflows/e2e_tests.yaml
@@ -101,6 +101,7 @@ jobs:
101
# Populate DB
102
- run: cd default/play_and_scripts/scripts; python setup_database_e2e_tests.py
103
- run: pip3 install minio
104
+ - run: ulimit -n 530000
105
- run: |
106
python3 - <<'EOF'
107
from minio import Minio
0 commit comments