You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2018/05/18 21:15:26 UTC

[beam] branch master updated: Increasing the concurrent test execution count (#5408)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 7038b56  Increasing the concurrent test execution count (#5408)
7038b56 is described below

commit 7038b5610eba02a6c9d0016ba98de06a9ee247b8
Author: Ankur <an...@users.noreply.github.com>
AuthorDate: Fri May 18 14:15:20 2018 -0700

    Increasing the concurrent test execution count (#5408)
    
    * Tuning number of parallel executors and timeout. for Python PostCommits
---
 sdks/python/run_postcommit.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh
index d26a1c9..afcdb3b 100755
--- a/sdks/python/run_postcommit.sh
+++ b/sdks/python/run_postcommit.sh
@@ -56,8 +56,8 @@ echo ">>> RUNNING TEST DATAFLOW RUNNER it tests"
 python setup.py nosetests \
   --attr $1 \
   --nocapture \
-  --processes=4 \
-  --process-timeout=1800 \
+  --processes=8 \
+  --process-timeout=2000 \
   --test-pipeline-options=" \
     --runner=TestDataflowRunner \
     --project=$PROJECT \

-- 
To stop receiving notification emails like this one, please contact
pabloem@apache.org.