| ... | ... | @@ -27,7 +27,7 @@ jobs: |
| 27 | 27 | fetch-depth: 0 |
| 28 | 28 | - name: Build and Test |
| 29 | 29 | run: sh ci/aarch64-freebsd-debug.sh |
| 30 | | timeout-minutes: 300 |
| 30 | timeout-minutes: 360 |
| 31 | 31 | aarch64-freebsd-release: |
| 32 | 32 | if: github.event_name != 'pull_request' |
| 33 | 33 | runs-on: [self-hosted, aarch64-freebsd] |
| ... | ... | @@ -38,7 +38,7 @@ jobs: |
| 38 | 38 | fetch-depth: 0 |
| 39 | 39 | - name: Build and Test |
| 40 | 40 | run: sh ci/aarch64-freebsd-release.sh |
| 41 | | timeout-minutes: 240 |
| 41 | timeout-minutes: 300 |
| 42 | 42 | |
| 43 | 43 | aarch64-linux-debug: |
| 44 | 44 | runs-on: [self-hosted, aarch64-linux] |
| ... | ... | @@ -71,7 +71,7 @@ jobs: |
| 71 | 71 | fetch-depth: 0 |
| 72 | 72 | - name: Build and Test |
| 73 | 73 | run: sh ci/aarch64-netbsd-debug.sh |
| 74 | | timeout-minutes: 300 |
| 74 | timeout-minutes: 360 |
| 75 | 75 | aarch64-netbsd-release: |
| 76 | 76 | if: github.event_name != 'pull_request' |
| 77 | 77 | runs-on: [self-hosted, aarch64-netbsd] |
| ... | ... | @@ -82,7 +82,7 @@ jobs: |
| 82 | 82 | fetch-depth: 0 |
| 83 | 83 | - name: Build and Test |
| 84 | 84 | run: sh ci/aarch64-netbsd-release.sh |
| 85 | | timeout-minutes: 240 |
| 85 | timeout-minutes: 300 |
| 86 | 86 | |
| 87 | 87 | aarch64-macos-debug: |
| 88 | 88 | runs-on: [self-hosted, aarch64-macos] |