This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 9a5826836c [MINOR] improve(CI): Increase the CI timeout for Python and
Ranger test (#8415)
9a5826836c is described below
commit 9a5826836c4a6d6e7692f20092dafc178e769420
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 3 21:27:35 2025 +0800
[MINOR] improve(CI): Increase the CI timeout for Python and Ranger test
(#8415)
### What changes were proposed in this pull request?
Increase the timeout to 90 minutes for Python and Ranger CI Test.
### Why are the changes needed?
To make the CI more stable without rerun.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
N/A
Co-authored-by: Jerry Shao <[email protected]>
---
.github/workflows/access-control-integration-test.yml | 2 +-
.github/workflows/python-integration-test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/access-control-integration-test.yml
b/.github/workflows/access-control-integration-test.yml
index 8771714dd2..722872d2ad 100644
--- a/.github/workflows/access-control-integration-test.yml
+++ b/.github/workflows/access-control-integration-test.yml
@@ -51,7 +51,7 @@ jobs:
needs: changes
if: needs.changes.outputs.source_changes == 'true'
runs-on: ubuntu-latest
- timeout-minutes: 60
+ timeout-minutes: 90
strategy:
matrix:
# Integration test for AMD64 architecture
diff --git a/.github/workflows/python-integration-test.yml
b/.github/workflows/python-integration-test.yml
index c8cf6e2623..fe89449203 100644
--- a/.github/workflows/python-integration-test.yml
+++ b/.github/workflows/python-integration-test.yml
@@ -48,7 +48,7 @@ jobs:
needs: changes
if: needs.changes.outputs.source_changes == 'true'
runs-on: ubuntu-latest
- timeout-minutes: 60
+ timeout-minutes: 90
strategy:
matrix:
# Integration test for AMD64 architecture