Skip to content

Commit acaade6

Browse files
committed
revert change to -n
1 parent 2e83e5f commit acaade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_pytest_gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export TF_CPP_MIN_LOG_LEVEL=0
4444
echo "Running GPU tests..."
4545
export XLA_PYTHON_CLIENT_ALLOCATOR=platform
4646
export XLA_FLAGS=--xla_gpu_force_compilation_parallelism=1
47-
"$JAXCI_PYTHON" -m pytest -n 4 --tb=short --maxfail=20 \
47+
"$JAXCI_PYTHON" -m pytest -n 8 --tb=short --maxfail=20 \
4848
tests examples \
4949
--deselect=tests/multi_device_test.py::MultiDeviceTest::test_computation_follows_data \
5050
--deselect=tests/xmap_test.py::XMapTest::testCollectivePermute2D \

0 commit comments

Comments
 (0)