Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed May 22, 2024
1 parent eabee2c commit 18ee374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def run_workflow(
return resp


def wait_for_run_completion(session: requests.Session, run_id: int, timeout: int = 1000):
def wait_for_run_completion(session: requests.Session, run_id: int, timeout: int = 1500):
"""
Wait for run execution completion within a timeout.
"""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ jobs:
--run_number=${{env.GITHUB_RUN_NUMBER}} \
--proxy_tag=${{ needs.build-image.outputs.proxy_tag }}
trigger-tracer-tests:
if: contains(github.event.pull_request.labels.*.name, 'runTracerTests') || ${{ github.event.inputs.trigger_tracer_tests == 'true' }}
if: contains(github.event.pull_request.labels.*.name, 'runTracerTests') || ${{ inputs.trigger_tracer_tests == 'true' }}
needs: build-image
runs-on: test-runner
steps:
Expand Down

0 comments on commit 18ee374

Please sign in to comment.