Skip to content

Commit

Permalink
fix: timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Sep 17, 2024
1 parent 581920c commit d7e93f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
name: "Build: ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
timeout-minutes: 3
timeout-minutes: 60
strategy:
matrix:
OS: [ubuntu-22.04, depot-ubuntu-22.04 ]
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ Notes: Although just one second over the 2 minute mark, the GitHub runner will b

The test will checkout a recent tag of the [Next.js](https://github.com/vercel/next.js/tags) project, install dependencies, and build the project using the [`actions/setup-node`](https://github.com/actions/setup-node) with caching enabled for `pnpm`. Next.js has a larger dependency tree than Astro, so this test will be more representative of a larger real-world project.

Note: Both runners have had their caches cleared before running this test.

### Run 1

The first run will not contain any cache, so the runner will have to install all dependencies from scratch.

| Runner | Install Time (s) | Build Time (s) | Total Time (m) | Cost (USD) | Logs |
| ------------------ | ---------------- | -------------- | -------------- | ---------- | ------------------------------------------------------------------------------------------------- |

0 comments on commit d7e93f6

Please sign in to comment.