| author | |
| committer | |
| log | 80f2aeb8bee41707eb5be5a0dcf21ff2b8137919 |
| tree | 5e9c3fb9ca0e7b68d88278f4fe8b82fc16809f38 |
| parent | 2add31bfde7c261c433b61328a88953892fb1b41 |
The addition of FreeBSD and NetBSD targets to the test matrix in #24013 seems to
be causing timeouts under load. We might need to exclude some of those from CI,
but start by bumping the timeout so we can get a sense of how much more time is
actually needed.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: 480 | |
| 16 | timeout-minutes: 540 | |
| 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: 480 | |
| 24 | timeout-minutes: 540 | |
| 25 | 25 | runs-on: [self-hosted, Linux, x86_64] |
| 26 | 26 | steps: |
| 27 | 27 | - name: Checkout |