From aaa6de77126f82b902f5b23fc08b0d2a5e7cd7a9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 22 Dec 2025 15:57:32 -0800 Subject: [PATCH] Increase timeout from 5m to 10m for S3 HTTPS test workflow --- .github/workflows/test-s3-over-https-using-awscli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-s3-over-https-using-awscli.yml b/.github/workflows/test-s3-over-https-using-awscli.yml index 249d0c9e9..cf7efd7ab 100644 --- a/.github/workflows/test-s3-over-https-using-awscli.yml +++ b/.github/workflows/test-s3-over-https-using-awscli.yml @@ -18,7 +18,7 @@ defaults: jobs: awscli-tests: runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - uses: actions/checkout@v6