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 4a46303 commit 9b67d10Copy full SHA for 9b67d10
tests/tests_pytorch/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:-1}"
+test_batch_size="${PL_STANDALONE_TESTS_BATCH_SIZE:-6}"
21
source="${PL_STANDALONE_TESTS_SOURCE:-"pytorch_lightning"}"
22
23
# this environment variable allows special tests to run
0 commit comments