authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-27 14:53:17-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-01-27 14:53:17-07:00
logf68d3c63df0486c7039732ef442c87fcd7c6fc57
tree8c298b6e5aad241c999db49b1412e8e3d485da9f
parent97b1a9bb6bcf1b293c3da5e3a3bfd829016c0e85

CI: give x86_64-linux-release a little more time

When the CPU cores are pegged, the thermal throttling kicks in and makes jobs take significantly longer.

1 files changed, 1 insertions(+), 0 deletions(-)

.github/workflows/ci.yaml+1
...@@ -18,6 +18,7 @@ jobs:...@@ -18,6 +18,7 @@ jobs:
18 - name: Build and Test18 - name: Build and Test
19 run: sh ci/x86_64-linux-debug.sh19 run: sh ci/x86_64-linux-debug.sh
20 x86_64-linux-release:20 x86_64-linux-release:
21 timeout-minutes: 420
21 runs-on: [self-hosted, Linux, x86_64]22 runs-on: [self-hosted, Linux, x86_64]
22 steps:23 steps:
23 - name: Checkout24 - name: Checkout