File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ script:
4242 - if [[ $BUILD_DOCS == false ]]; then export MPL_REPO_DIR=$PWD; fi # pep8-conformance test of the examples
4343 - if [[ $BUILD_DOCS == false ]]; then mkdir ../tmp_test_dir; fi
4444 - if [[ $BUILD_DOCS == false ]]; then cd ../tmp_test_dir; fi
45- - if [[ $BUILD_DOCS == false ]]; then gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv $TEST_ARGS; fi
45+ - if [[ $BUILD_DOCS == false ]]; then gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS; fi
4646 - if [[ $BUILD_DOCS == true ]]; then cd doc; python make.py html --small; fi
4747 # We don't build the LaTeX docs here, so linkchecker will complain
4848 - if [[ $BUILD_DOCS == true ]]; then touch build/html/Matplotlib.pdf; fi
You can’t perform that action at this time.
0 commit comments