Skip to content

Commit

Permalink
Increase data_tasks GHA timeout
Browse files Browse the repository at this point in the history
This now matches the value over the report_refresh task
  • Loading branch information
marcospri committed Dec 17, 2024
1 parent 941a6cc commit ab81a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
App: ${{ github.event.repository.name }}
Env: ${{ inputs.Environment }}
Timeout: 3600
Timeout: 5400
Region: ${{ inputs.Region }}
Command: 'newrelic-admin run-program python bin/run_data_task.py --config-file conf/production.ini --task ${{ inputs.Task }}'
secrets: inherit

0 comments on commit ab81a82

Please sign in to comment.