| author | |
| committer | |
| log | 1a08c83eb3a6c739c75b8ec3eb291ac15a69ed7a |
| tree | a99028454b2c8fc39691fc8a576c4dc8c1fd8626 |
| parent | 561ab59ceccb18c8a26b91292cf034556c6b0e4d |
We don't seem to be getting non-deterministic hangs since 4f3b59f, and e28b402
cut the run times significantly on top of that. Runs now seem to take around 1-2
hours, so the default timeout should be plenty.1 files changed, 0 insertions(+), 2 deletions(-)
.github/workflows/ci.yaml-2| ... | ... | @@ -29,7 +29,6 @@ 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: 540 | |
| 33 | 32 | runs-on: [self-hosted, Linux, aarch64] |
| 34 | 33 | steps: |
| 35 | 34 | - name: Checkout |
| ... | ... | @@ -37,7 +36,6 @@ jobs: |
| 37 | 36 | - name: Build and Test |
| 38 | 37 | run: sh ci/aarch64-linux-debug.sh |
| 39 | 38 | aarch64-linux-release: |
| 40 | timeout-minutes: 540 | |
| 41 | 39 | runs-on: [self-hosted, Linux, aarch64] |
| 42 | 40 | steps: |
| 43 | 41 | - name: Checkout |