From b4287700d55418335782b1f444467fecf3d9af56 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Wed, 20 Aug 2025 10:40:05 -0700 Subject: [PATCH] Increase timeout to 15 minutes --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 123aad758..3fd014c81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Run AVD test - timeout-minutes: 10 + timeout-minutes: 15 env: AVD_TEST_LOG: 1 run: scripts/avd.sh test ${{ matrix.version }} ${{ matrix.type }} @@ -146,7 +146,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Run AVD test - timeout-minutes: 10 + timeout-minutes: 15 env: FORCE_32_BIT: 1 AVD_TEST_LOG: 1 @@ -191,7 +191,7 @@ jobs: scripts/cuttlefish.sh download ${{ matrix.branch }} ${{ matrix.device }} - name: Run Cuttlefish test - timeout-minutes: 10 + timeout-minutes: 15 run: sudo -E -u $USER scripts/cuttlefish.sh test - name: Upload logs on error