File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4949 FREEZE_REQUIREMENTS : " 1"
5050 PIP_CACHE_DIR : " /var/tmp/pip"
5151 PL_RUN_CUDA_TESTS : " 1"
52+ PL_STANDALONE_TESTS_BATCH_SIZE : " 2"
5253 container :
5354 image : $(image)
5455 # default shm size is 64m. Increase it to avoid:
Original file line number Diff line number Diff line change 6767 FREEZE_REQUIREMENTS : " 1"
6868 PIP_CACHE_DIR : " /var/tmp/pip"
6969 PL_RUN_CUDA_TESTS : " 1"
70+ PL_STANDALONE_TESTS_BATCH_SIZE : " 3"
7071 container :
7172 image : $(image)
7273 # default shm size is 64m. Increase it to avoid:
Original file line number Diff line number Diff line change 1717
1818# Batch size for testing: Determines how many standalone test invocations run in parallel
1919# It can be set through the env variable PL_STANDALONE_TESTS_BATCH_SIZE and defaults to 6 if not set
20- test_batch_size=" ${PL_STANDALONE_TESTS_BATCH_SIZE:- 3 } "
20+ test_batch_size=" ${PL_STANDALONE_TESTS_BATCH_SIZE:- 5 } "
2121source=" ${PL_STANDALONE_TESTS_SOURCE:- " lightning" } "
2222# this is the directory where the tests are located
2323test_dir=$1 # parse the first argument
You can’t perform that action at this time.
0 commit comments