We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6cea6 commit 4eaac17Copy full SHA for 4eaac17
tests/run_standalone_tests.sh
@@ -17,7 +17,7 @@ set -e
17
18
# Batch size for testing: Determines how many standalone test invocations run in parallel
19
# 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}"
+test_batch_size="${PL_STANDALONE_TESTS_BATCH_SIZE:-3}"
21
source="${PL_STANDALONE_TESTS_SOURCE:-"lightning"}"
22
# this is the directory where the tests are located
23
test_dir=$1 # parse the first argument
0 commit comments