Skip to content

Commit 2f1c0dc

Browse files
committed
increase the open file descriptors limit
1 parent 3f0d75a commit 2f1c0dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudbuild/run_zonal_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ echo '--- Setting up environment variables on VM ---'
2323
export ZONAL_BUCKET=${_ZONAL_BUCKET}
2424
export RUN_ZONAL_SYSTEM_TESTS=True
2525
echo '--- Running Zonal tests on VM ---'
26+
ulimit -n 1048576
2627
pytest -vv -s --log-format='%(asctime)s %(levelname)s %(message)s' --log-date-format='%H:%M:%S' tests/system/test_zonal.py

0 commit comments

Comments
 (0)