Skip to content

Commit

Permalink
Increase the timeout for data tasks to allow create from scratch to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-betts committed Jun 13, 2023
1 parent a1a2e21 commit 8ad77ee
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 @@ -53,7 +53,7 @@ jobs:
with:
App: ${{ github.event.repository.name }}
Env: ${{ inputs.Environment }}
Timeout: 3600
Timeout: 7200
Region: ${{ inputs.Region }}
Command: 'newrelic-admin run-program python bin/run_data_task.py --config-file conf/app.ini --task ${{ inputs.Task }}'
secrets: inherit

0 comments on commit 8ad77ee

Please sign in to comment.