diff options
author | 2022-08-11 13:44:07 -0500 | |
---|---|---|
committer | 2022-08-11 13:44:07 -0500 | |
commit | e65c772678dba0e2ced72c87835d7d8ecb9d6184 (patch) | |
tree | 62144ac957a07b0e45fe237ef4b187061b9d9d02 | |
parent | 692e361ef18b530059be3546d2c847f68fea5a4f (diff) | |
download | astro-e65c772678dba0e2ced72c87835d7d8ecb9d6184.tar.gz astro-e65c772678dba0e2ced72c87835d7d8ecb9d6184.tar.zst astro-e65c772678dba0e2ced72c87835d7d8ecb9d6184.zip |
Update ci.yml (#4271)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37e0db9ea..171212834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: e2e: name: 'Test (E2E): ${{ matrix.os }} (node@${{ matrix.NODE_VERSION }})' runs-on: ${{ matrix.os }} - timeout-minutes: 20 + timeout-minutes: 25 needs: build strategy: matrix: |