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