From 3affefc986e1d3bc3545a0ade2308ae41125d9f3 Mon Sep 17 00:00:00 2001 From: Adam Gutglick Date: Thu, 25 Jun 2026 11:02:44 +0100 Subject: [PATCH] Expand AWS session time for SQL benchmarks Signed-off-by: Adam Gutglick --- .github/workflows/sql-benchmarks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sql-benchmarks.yml b/.github/workflows/sql-benchmarks.yml index 1fa6ceb7258..b8c2d08f64f 100644 --- a/.github/workflows/sql-benchmarks.yml +++ b/.github/workflows/sql-benchmarks.yml @@ -595,6 +595,8 @@ jobs: with: role-to-assume: arn:aws:iam::245040174862:role/GitHubBenchmarkRole aws-region: us-east-1 + # Expand session window, otherwise some large scale runs time out. + role-duration-seconds: 7200 - name: Upload data if: matrix.remote_storage != null && (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false)