[Rt-commit] rt branch, 5.0/test-parallel-processes, created. rt-5.0.0alpha1-106-g9f7fa6903f

Jim Brandt jbrandt at bestpractical.com
Wed Apr 15 11:40:51 EDT 2020


The branch, 5.0/test-parallel-processes has been created
        at  9f7fa6903fd79dd77aff700875ff19c982fb9631 (commit)

- Log -----------------------------------------------------------------
commit 9f7fa6903fd79dd77aff700875ff19c982fb9631
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed Apr 15 11:40:37 2020 -0400

    Run tests with just 2 parallel processes

diff --git a/.travis.yml b/.travis.yml
index 9a3695ae32..197aaea231 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,4 @@ before_install:
   - docker exec -it rt bash -c "cd /rt && ./configure.ac --with-db-type=mysql --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --disable-gpg --disable-smime && mkdir -p /rt/var && make testdeps"
 
 script:
-    - docker exec -it rt bash -c "cd /rt && prove -lj9 t/*"
+    - docker exec -it rt bash -c "cd /rt && prove -lj2 t/*"

-----------------------------------------------------------------------


More information about the rt-commit mailing list