| author | |
| committer | |
| log | 85b3d02f76428409f7cf19cfb450749cede68605 |
| tree | d89987c40be96759bdc7c41037d02f091e58a5a3 |
| parent | 206bd1ced863f0757a2e15b74b533170460dd328 |
We were really close to the timeout previously, and we recently added
hexagon-linux and loongarch64-linux to the test matrix.1 files changed, 2 insertions(+), 2 deletions(-)
.github/workflows/ci.yaml+2-2| ... | ... | @@ -13,7 +13,7 @@ permissions: |
| 13 | 13 | contents: read |
| 14 | 14 | jobs: |
| 15 | 15 | x86_64-linux-debug: |
| 16 | timeout-minutes: 420 | |
| 16 | timeout-minutes: 480 | |
| 17 | 17 | runs-on: [self-hosted, Linux, x86_64] |
| 18 | 18 | steps: |
| 19 | 19 | - name: Checkout |
| ... | ... | @@ -21,7 +21,7 @@ jobs: |
| 21 | 21 | - name: Build and Test |
| 22 | 22 | run: sh ci/x86_64-linux-debug.sh |
| 23 | 23 | x86_64-linux-release: |
| 24 | timeout-minutes: 420 | |
| 24 | timeout-minutes: 480 | |
| 25 | 25 | runs-on: [self-hosted, Linux, x86_64] |
| 26 | 26 | steps: |
| 27 | 27 | - name: Checkout |