File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 with :
130130 gradle-command : :sdks:python:test-suites:tox:py${{steps.set_py_ver_clean.outputs.py_ver_clean}}:preCommitPy${{steps.set_py_ver_clean.outputs.py_ver_clean}}
131131 arguments : |
132- -Pposargs="--ignore=apache_beam/dataframe/ --ignore=apache_beam/ml/ --ignore=apache_beam/examples/ --ignore=apache_beam/runners/ --ignore=apache_beam/transforms/" \
132+ -Pposargs="--ignore=apache_beam/dataframe/ --ignore=apache_beam/ml/ --ignore=apache_beam/examples/ --ignore=apache_beam/runners/ --ignore=apache_beam/transforms/ --test-pipeline-options=--job_server_timeout=600 " \
133133 -PpythonVersion=${{ matrix.python_version }}
134134 - name : Archive Python Test Results
135135 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments