Skip to content
Snippets Groups Projects
Commit c186756b authored by Mick Jordan's avatar Mick Jordan
Browse files

installcran: reset test count to 100

parent fbd25a76
Branches
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ def _test_harness_body_install_new(args, vmArgs):
# the following line is used to test packages that have been successfully installed
extra_args = ['--pkg-filelist', join(_cran_test_project(), 'ok.packages'), '--run-tests']
rc = installcran(stack_args + cran_args + ['--testcount', '3'] + extra_args)
rc = installcran(stack_args + cran_args + ['--testcount', '100'] + extra_args)
shutil.rmtree(install_tmp, ignore_errors=True)
return rc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment