| ... | @@ -174,7 +174,7 @@ jobs: | ... | @@ -174,7 +174,7 @@ jobs: |
| 174 | fetch-depth: 0 | 174 | fetch-depth: 0 |
| 175 | - name: Build and Test | 175 | - name: Build and Test |
| 176 | run: sh ci/x86_64-freebsd-debug.sh | 176 | run: sh ci/x86_64-freebsd-debug.sh |
| 177 | timeout-minutes: 1440 | 177 | timeout-minutes: 120 |
| 178 | x86_64-freebsd-release: | 178 | x86_64-freebsd-release: |
| 179 | runs-on: [self-hosted, x86_64-freebsd] | 179 | runs-on: [self-hosted, x86_64-freebsd] |
| 180 | steps: | 180 | steps: |
| ... | @@ -184,7 +184,7 @@ jobs: | ... | @@ -184,7 +184,7 @@ jobs: |
| 184 | fetch-depth: 0 | 184 | fetch-depth: 0 |
| 185 | - name: Build and Test | 185 | - name: Build and Test |
| 186 | run: sh ci/x86_64-freebsd-release.sh | 186 | run: sh ci/x86_64-freebsd-release.sh |
| 187 | timeout-minutes: 1440 | 187 | timeout-minutes: 120 |
| 188 | | 188 | |
| 189 | x86_64-linux-debug: | 189 | x86_64-linux-debug: |
| 190 | runs-on: [self-hosted, x86_64-linux] | 190 | runs-on: [self-hosted, x86_64-linux] |