mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Add timeout for CI jobs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fb884cd038
commit
c26eac757a
1
.github/workflows/cargo_check.yml
vendored
1
.github/workflows/cargo_check.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
container: jinuxdev/jinux:0.2.0
|
container: jinuxdev/jinux:0.2.0
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running in jinuxdev/jinux:0.2.0"
|
- run: echo "Running in jinuxdev/jinux:0.2.0"
|
||||||
|
1
.github/workflows/syscall_test.yml
vendored
1
.github/workflows/syscall_test.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 15
|
||||||
container: jinuxdev/jinux:0.2.0
|
container: jinuxdev/jinux:0.2.0
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running in jinuxdev/jinux:0.2.0"
|
- run: echo "Running in jinuxdev/jinux:0.2.0"
|
||||||
|
Reference in New Issue
Block a user