Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #320 from niboshi/disable-multiprocess
Browse files Browse the repository at this point in the history
Disable multi-process parallel testing
  • Loading branch information
okuta committed Sep 25, 2017
2 parents 0b7d3a3 + 1ad09e5 commit 4e89c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ python setup.py develop install --user
export PYTHONWARNINGS="ignore::FutureWarning"
export CUPY_DUMP_CUDA_SOURCE_ON_ERROR=1

nosetests --processes=4 --process-timeout=10000 -a '!gpu,!slow' --with-coverage --cover-branches --cover-package=chainer tests/chainer_tests
nosetests -a '!gpu,!slow' --with-coverage --cover-branches --cover-package=chainer tests/chainer_tests

0 comments on commit 4e89c19

Please sign in to comment.