| author | |
| committer | |
| log | 76da028239904a479b58a62d6f226085e6e02678 |
| tree | f6a6543977451147224992e81581287bfc1fdfc6 |
| parent | 85b3d02f76428409f7cf19cfb450749cede68605 |
These seem to be timing out under load lately.1 files changed, 2 insertions(+), 2 deletions(-)
.github/workflows/ci.yaml+2-2| ... | ... | @@ -29,7 +29,7 @@ jobs: |
| 29 | 29 | - name: Build and Test |
| 30 | 30 | run: sh ci/x86_64-linux-release.sh |
| 31 | 31 | aarch64-linux-debug: |
| 32 | timeout-minutes: 480 | |
| 32 | timeout-minutes: 540 | |
| 33 | 33 | runs-on: [self-hosted, Linux, aarch64] |
| 34 | 34 | steps: |
| 35 | 35 | - name: Checkout |
| ... | ... | @@ -37,7 +37,7 @@ jobs: |
| 37 | 37 | - name: Build and Test |
| 38 | 38 | run: sh ci/aarch64-linux-debug.sh |
| 39 | 39 | aarch64-linux-release: |
| 40 | timeout-minutes: 480 | |
| 40 | timeout-minutes: 540 | |
| 41 | 41 | runs-on: [self-hosted, Linux, aarch64] |
| 42 | 42 | steps: |
| 43 | 43 | - name: Checkout |