mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add timeout for github action (#9744)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/9748/head
parent
c39bec7bd6
commit
cb01f3143a
|
@ -8,6 +8,7 @@ jobs:
|
|||
test-network-partition-chaos:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
test-pod-kill-chaos:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue