This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 554e4104e [MINOR] improve(CI): Increase the Python timeout minutes to
45 minutes (#5038)
554e4104e is described below
commit 554e4104ef71a8c20eed555b38c222de4a32a19f
Author: Jerry Shao <[email protected]>
AuthorDate: Sat Sep 28 12:08:39 2024 +0800
[MINOR] improve(CI): Increase the Python timeout minutes to 45 minutes
(#5038)
### What changes were proposed in this pull request?
Change the Python CI time to 45 minutes to reduce the chances of CI
failure.
### Why are the changes needed?
Current Python CI running time will hit the timeout and fail the CI, so
increasing CI timeout to mitigate the failures.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI.
---
.github/workflows/python-integration-test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/python-integration-test.yml
b/.github/workflows/python-integration-test.yml
index 4e9f96bc6..91be2bfbd 100644
--- a/.github/workflows/python-integration-test.yml
+++ b/.github/workflows/python-integration-test.yml
@@ -40,7 +40,7 @@ jobs:
needs: changes
if: needs.changes.outputs.source_changes == 'true'
runs-on: ubuntu-latest
- timeout-minutes: 30
+ timeout-minutes: 45
strategy:
matrix:
architecture: [linux/amd64]
@@ -83,4 +83,4 @@ jobs:
distribution/package/logs/gravitino-server.out
distribution/package/logs/gravitino-server.log
catalogs/**/*.log
- catalogs/**/*.tar
\ No newline at end of file
+ catalogs/**/*.tar