[CI] Add timeout limit to JVM tests. (#10673)
This commit is contained in:
parent
ad32b4e021
commit
2e7ba900ef
1
.github/workflows/jvm_tests.yml
vendored
1
.github/workflows/jvm_tests.yml
vendored
@ -12,6 +12,7 @@ concurrency:
|
||||
jobs:
|
||||
test-with-jvm:
|
||||
name: Test JVM on OS ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
@ -52,6 +52,7 @@ steps:
|
||||
agents:
|
||||
queue: linux-amd64-cpu
|
||||
- label: ":console: Build JVM packages"
|
||||
timeout_in_minutes: 30
|
||||
command: "tests/buildkite/build-jvm-packages.sh"
|
||||
key: build-jvm-packages
|
||||
agents:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user