From ab81a829c37541645e7d0f94de7ab74a1d8b0e57 Mon Sep 17 00:00:00 2001 From: Marcos Prieto Date: Tue, 17 Dec 2024 12:32:55 +0100 Subject: [PATCH] Increase data_tasks GHA timeout This now matches the value over the report_refresh task --- .github/workflows/data_tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/data_tasks.yml b/.github/workflows/data_tasks.yml index e1796f638d..ce1c8f7a21 100644 --- a/.github/workflows/data_tasks.yml +++ b/.github/workflows/data_tasks.yml @@ -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