From c99069981ed25f445f12a03d4dd2c57284e2d8a6 Mon Sep 17 00:00:00 2001 From: jellllly420 Date: Tue, 24 Sep 2024 17:13:59 +0800 Subject: [PATCH] Timeout earlier in CI's integration test --- .github/workflows/test_asterinas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_asterinas.yml b/.github/workflows/test_asterinas.yml index 80507c5ef..582f4e32d 100644 --- a/.github/workflows/test_asterinas.yml +++ b/.github/workflows/test_asterinas.yml @@ -47,7 +47,7 @@ jobs: integration-test: if: github.event_name == 'push' || github.event_name == 'pull_request' runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 15 container: image: asterinas/asterinas:0.8.3 options: --device=/dev/kvm