Skip to content

Commit

Permalink
[MINOR] improve(CI): Increase the Python timeout minutes to 45 minutes (
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
jerryshao authored Sep 27, 2024
1 parent ee6dee6 commit 5f97eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
distribution/package/logs/gravitino-server.out
distribution/package/logs/gravitino-server.log
catalogs/**/*.log
catalogs/**/*.tar
catalogs/**/*.tar

0 comments on commit 5f97eab

Please sign in to comment.