[BEAM-1109] Fix Python Postcommit Test Timeout
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2dee6868 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2dee6868 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2dee6868 Branch: refs/heads/python-sdk Commit: 2dee68683ad6d18161d22cd71f8d90768d7fcb30 Parents: 44c1586 Author: Mark Liu <mark...@markliu-macbookpro.roam.corp.google.com> Authored: Thu Dec 8 00:06:06 2016 -0800 Committer: Robert Bradshaw <rober...@gmail.com> Committed: Fri Dec 9 11:28:02 2016 -0800 ---------------------------------------------------------------------- sdks/python/run_postcommit.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2dee6868/sdks/python/run_postcommit.sh ---------------------------------------------------------------------- diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh index 4da078f..2e00a03 100755 --- a/sdks/python/run_postcommit.sh +++ b/sdks/python/run_postcommit.sh @@ -71,11 +71,8 @@ python setup.py sdist SDK_LOCATION=$(find dist/apache-beam-sdk-*.tar.gz) # Run ValidatesRunner tests on Google Cloud Dataflow service -# processes -> number of processes to run tests in parallel -# process-timeout -> test timeout in seconds python setup.py nosetests \ - -a ValidatesRunner --processes=4 --process-timeout=360 \ - --test-pipeline-options=" \ + -a ValidatesRunner --test-pipeline-options=" \ --runner=BlockingDataflowPipelineRunner \ --project=$PROJECT \ --staging_location=$GCS_LOCATION/staging-validatesrunner-test \