mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Timeout earlier in CI's integration test
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
4d36dd541f
commit
c99069981e
2
.github/workflows/test_asterinas.yml
vendored
2
.github/workflows/test_asterinas.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
integration-test:
|
integration-test:
|
||||||
if: github.event_name == 'push' || github.event_name == 'pull_request'
|
if: github.event_name == 'push' || github.event_name == 'pull_request'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 15
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.8.3
|
image: asterinas/asterinas:0.8.3
|
||||||
options: --device=/dev/kvm
|
options: --device=/dev/kvm
|
||||||
|
Reference in New Issue
Block a user