Skip to content

Commit 9394a77

Browse files
committed
try setting ulimit
1 parent 4a30c05 commit 9394a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/run-direct-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ls pymongo
77
createvirtualenv "$PYTHON_BINARY" .venv
88
ls pymongo
99
# pip install -e ".[test]"
10-
10+
ulimit -c unlimited
1111
python --version
1212
# pip install pytest
1313
pip install -v -e .

0 commit comments

Comments
 (0)