Skip to content

Commit 9b67d10

Browse files
committed
Revert "DEBUG"
This reverts commit d9bc646.
1 parent 4a46303 commit 9b67d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/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:-1}"
20+
test_batch_size="${PL_STANDALONE_TESTS_BATCH_SIZE:-6}"
2121
source="${PL_STANDALONE_TESTS_SOURCE:-"pytorch_lightning"}"
2222

2323
# this environment variable allows special tests to run

0 commit comments

Comments
 (0)