Skip to content

Commit 0a7d80f

Browse files
authored
Fix PostCommit Python ValidatesContainer Dataflow With RC job (#35556)
Fix PostCommit Python ValidatesContainer Dataflow With RC job
2 parents 5fc456d + 52623a0 commit 0a7d80f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python RC Dataflow ValidatesContainer')
5858
runs-on: [self-hosted, ubuntu-20.04, main]
59-
timeout-minutes: 100
59+
timeout-minutes: 300
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:
6262
fail-fast: false
@@ -74,6 +74,8 @@ jobs:
7474
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
7575
- name: Install libsnappy-dev
7676
run: sudo apt-get update && sudo apt-get install -y libsnappy-dev
77+
- name: Install libpq-dev
78+
run: sudo apt-get update && sudo apt-get install -y libpq-dev
7779
- name: Setup environment
7880
uses: ./.github/actions/setup-environment-action
7981
with:

0 commit comments

Comments
 (0)