Skip to content

Commit

Permalink
reduce test timeout of broker gp1 (apache#9359)
Browse files Browse the repository at this point in the history
Our unit test of broker gp1 seems not very stable. I've checked many results of this test workflow, if it can pass, it will always be passed in less than 30 minutes, if not, it seems it will hang forever. So a 120 minutes timeout seems too long for it.
  • Loading branch information
Renkai authored Jan 29, 2021
1 parent 4896192 commit 8639f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-broker-broker-gp1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: apachepulsar/pulsar-build:latest
timeout-minutes: 120
timeout-minutes: 45

steps:
- name: checkout
Expand Down

0 comments on commit 8639f92

Please sign in to comment.