Repository: beam Updated Branches: refs/heads/master 7a2fe68fd -> 0191e042b
Increase post commit timeout from 600 seconds to 900 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a0f9c7b8 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a0f9c7b8 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a0f9c7b8 Branch: refs/heads/master Commit: a0f9c7b80797d5d9e90e5e318221a6408f97c765 Parents: 7a2fe68 Author: Ahmet Altay <[email protected]> Authored: Mon Apr 24 11:25:27 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Mon Apr 24 13:33:02 2017 -0700 ---------------------------------------------------------------------- sdks/python/run_postcommit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/a0f9c7b8/sdks/python/run_postcommit.sh ---------------------------------------------------------------------- diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh index 7714d7a..ddc3dc7 100755 --- a/sdks/python/run_postcommit.sh +++ b/sdks/python/run_postcommit.sh @@ -76,7 +76,7 @@ python setup.py nosetests \ --attr ValidatesRunner \ --nocapture \ --processes=4 \ - --process-timeout=600 \ + --process-timeout=900 \ --test-pipeline-options=" \ --runner=TestDataflowRunner \ --project=$PROJECT \ @@ -93,7 +93,7 @@ python setup.py nosetests \ --attr IT \ --nocapture \ --processes=4 \ - --process-timeout=600 \ + --process-timeout=900 \ --test-pipeline-options=" \ --runner=TestDataflowRunner \ --project=$PROJECT \
