This is an automated email from the ASF dual-hosted git repository.

jshao 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 5f97eabe6 [MINOR] improve(CI): Increase the Python timeout minutes to 
45 minutes (#5037)
5f97eabe6 is described below

commit 5f97eabe6b5e19b2d41ce4bed49492c7f2ac9153
Author: Jerry Shao <[email protected]>
AuthorDate: Fri Sep 27 21:55:37 2024 +0800

    [MINOR] improve(CI): Increase the Python timeout minutes to 45 minutes 
(#5037)
    
    ### 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 e29ed3fc4..546aa9285 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: 30
+    timeout-minutes: 45
     strategy:
       matrix:
         # Integration test for AMD64 architecture
@@ -92,4 +92,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

Reply via email to