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