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
#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.
  • Loading branch information
jerryshao authored Sep 28, 2024
1 parent 1d43f49 commit 554e410
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 @@ -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]
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
distribution/package/logs/gravitino-server.out
distribution/package/logs/gravitino-server.log
catalogs/**/*.log
catalogs/**/*.tar
catalogs/**/*.tar

0 comments on commit 554e410

Please sign in to comment.