Skip to content

Commit 4eaac17

Browse files
committed
Half standalone tests batch size
1 parent 3d6cea6 commit 4eaac17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_standalone_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -e
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:-6}"
20+
test_batch_size="${PL_STANDALONE_TESTS_BATCH_SIZE:-3}"
2121
source="${PL_STANDALONE_TESTS_SOURCE:-"lightning"}"
2222
# this is the directory where the tests are located
2323
test_dir=$1 # parse the first argument

0 commit comments

Comments
 (0)