Skip to content

Commit 034292d

Browse files
committed
raise job_server_timeout via posargs
1 parent 5a65f6e commit 034292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beam_PreCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)