Skip to content

Commit

Permalink
airbyte-ci: set execute timeout on connector test pipelines (#35634)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Feb 26, 2024
1 parent 5ff133f commit d41cd62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/connectors_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ jobs:
github_token: ${{ env.PAT }}
s3_build_cache_access_key_id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
s3_build_cache_secret_key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
subcommand: "connectors --modified test"
# A connector test can't take more than 5 hours to run (5 * 60 * 60 = 18000 seconds)
subcommand: "connectors --execute-timeout=18000 --modified test"

0 comments on commit d41cd62

Please sign in to comment.