This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new a9a43808cc [MINOR] improve(CI): Increase the CI timeout for Python and
Ranger test (#8413)
a9a43808cc is described below
commit a9a43808cc18bad12d7fb76930a7ea6470b96180
Author: Jerry Shao <[email protected]>
AuthorDate: Wed Sep 3 20:13:46 2025 +0800
[MINOR] improve(CI): Increase the CI timeout for Python and Ranger test
(#8413)
### 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
---
.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